Respondida
I want to implement dpcm for image compression.
dpcm

más de 9 años hace | 0

Respondida
Defining Response with Mouse Click
http://matlabvn.com/matlab-gui-responding-mouse-event/

más de 9 años hace | 0

Respondida
how to show my extracted features
%if 'feature' is the vector contains feature values then use disp(feature)

más de 9 años hace | 0

Respondida
Max Min value in every column Of Matrix
here i have given a example for you a = [1:5;6:10;11:15;16:20;21:25] a=a' [x y] = size(a) axis([0 x 0 y]) ...

más de 9 años hace | 1

| aceptada

Respondida
how can i browse an images in popup menu in gui
http://in.mathworks.com/help/matlab/ref/uigetfile.html http://in.mathworks.com/help/matlab/ref/msgbox.html

más de 9 años hace | 0

Respondida
Image converting from double to 0-255 sclae
<http://stackoverflow.com/questions/10617704/convert-a-matrix-of-type-double-to-image-in-matlab converting from double to 0-255 ...

más de 9 años hace | 0

Respondida
Can I analyse more than one audio file in one code?
dirName = 'your file directory' dirData = dir(dirName); %# Get the data for the current directory dirInde...

más de 9 años hace | 0

Respondida
Plzz send me me matlab code for EEG signal feature extraction
<http://in.mathworks.com/company/newsletters/articles/eeg-data-processing-and-classification-with-gbsanalyze-under-matlab.html E...

más de 9 años hace | 0

Respondida
Speech Signal Separation for Voice/Unvoice parts
i think this link will help you <http://stackoverflow.com/questions/3406361/help-required-with-audio-in-matlab frame energy>

más de 9 años hace | 0

| aceptada

Respondida
which feature extraction technique will be best suitable for handwritten script identification system
According to me Gabor Feature Extraction will be best suitable for for handwritten script identification system

más de 9 años hace | 0

| aceptada

Respondida
How to combine this value ?
sol=[allR11 allR1_1]

más de 9 años hace | 0

| aceptada

Respondida
select random values from vector
c1 = randi([1 numel(R1)],1,1) c2 = randi([1 numel(R2)],1,1) result = [R1(c1) R2(c2)] or result = [R1(c1) R2(c1)]

más de 9 años hace | 0

Respondida
I have generated a image that is to be cropped in 8 equal parts ???
http://stackoverflow.com/questions/12078825/divide-an-image-into-equal-sized-blocks-using-matlab-and-use-gabor-filter

más de 9 años hace | 0

Respondida
matlab code for particle swarm optimisation using kdd cup 99 dataset
http://in.mathworks.com/matlabcentral/fileexchange/43541-particle-swarm-optimization--pso-

más de 9 años hace | 0

Respondida
How can i find the SAD,MAD between two images......... can any one help me
<https://siddhantahuja.wordpress.com/tag/matlab-code/ SAD>

más de 9 años hace | 0

| aceptada

Respondida
how can i assign values to variables?
for it=1:181 zeile{it,1}=dataArray{1,it} end

más de 9 años hace | 0

| aceptada

Respondida
How can I insert row into matrix without deleting its values?
a=[1,2;4,9;11,12;3,6], b=[0,0] ; row_no=3 %%where wants to insert a(1:row_no-1,:) = a(1:row_no-1,:) tp =a(ro...

más de 9 años hace | 0

Pregunta


how to see the signal dimensions of simulink blocks
my model shows the error " Error in port widths or dimensions".so i wants to verify the dimensions during the simulation time...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to mix two audio signals
i have two audio signals y1 ,y2 .Now i wants y3 as mixture of y1 and y2

más de 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
Back Propagation ANN algorithm and Database?
for example(basic &not NN) if you have featire f1 f2 f3 f(i,:)=[f1(i) f2(i) f3(i)] save feature then use loa...

más de 9 años hace | 0

Respondida
how can i find the three peak points of the histogram..
sort the data in descending order & take first three values

más de 9 años hace | 0

Respondida
how to save multiple dicom images in a folder?
# http://in.mathworks.com/matlabcentral/answers/141503-save-a-sequence-of-images-in-a-new-folder # http://stackoverflow.com/que...

más de 9 años hace | 1

| aceptada

Respondida
how to convert a grayscale and a colour image into pixels.in matlab
http://in.mathworks.com/help/matlab/ref/imread.html

más de 9 años hace | 0

| aceptada

Respondida
choosing values with criteria from a set of values given
a = [ 1 5 6 10 15], b = [ 1 0.8 0 -0.8 -1.8] c = [3 2.4 0 -2.4 -5.4] a1=sum(a) b1= sum(b) c1=sum(c) if c1>b1 result=a ...

más de 9 años hace | 0

Respondida
how to step by step show on a display
* step 1 :R1 =(2/4) * step 2 :R2 =2*R1 * step 3 :R3 =(-2)^R2

más de 9 años hace | 1

| aceptada

Respondida
Attempted to access x(402); index out of bounds because numel(x)=401.
instead of N use N-1

más de 9 años hace | 0

| aceptada

Respondida
what is command to find adjoint of matrix
det(A)*inv(A)

más de 9 años hace | 0

Respondida
How can I add a new row of results in excel every time when I click the push button in GUI?
http://stackoverflow.com/questions/22048257/insert-rows-into-excel-with-matlab http://in.mathworks.com/matlabcentral/answers/74...

más de 9 años hace | 0

Cargar más