answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you decompose an image in matlab code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is code validation in Matlab and Simulink?

i want to do validation to my image folder


What is the Matlab code to plot a histogram?

imhist(x); where 'x' is your data or image to find histogram.


How matlab is used in imageprocessing?

Matlab is useful in image processing in order to convert the image into a matrix and make several operations on it.


How do you watermark an image in MATLAB?

A sigital Watermarking example in Matlab is in related links.


Gram schmidt matlab code for orthonormalizing set of vectors?

gram schmidt matlab code


Matlab code of convolutional coding and viterbi algorithm?

matlab code for convolutional coding and BCH coding


Code for circular convolution matlab?

Please check the help files of the matlab circular convolution . Matlab already has a readymade function for it.


Segmentation image by GA plus source code Matlab?

Dear My friend I am Diem my Email: buitrongdiem@gmail.com I am writing programming GA code matlab but I do not know association objective function and constraint condition Can you say for me method association it ? Thanh you ve re much!!!! Best Regard BuiDiem


How do you use nested for loop on the image in matlab?

Please ask clearly what you want to do with the image and explain why a nested for-loop is necessary.


Speech synthesis and analysis code in matlab?

try dsplpc


How do you modulate in matlab without using matlab tools?

You would have to write your own code for a modulation (Matlab has a convolution function not in the tools), otherwise you can use its built in function in the signal processing toolbox.


How do you run a matlab code without installing the matlab.... I mean if any online option is available?

>>input_img = imread['n.jpg']; >>imshow[input_img];