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

11 years ago | 0

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

11 years ago | 0

Answered
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]) ...

11 years ago | 1

| accepted

Answered
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

11 years ago | 0

Answered
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 ...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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...

11 years ago | 0

Answered
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>

11 years ago | 0

| accepted

Answered
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

11 years ago | 0

| accepted

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

11 years ago | 0

| accepted

Answered
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)]

11 years ago | 0

Answered
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

11 years ago | 0

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

11 years ago | 0

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

11 years ago | 0

| accepted

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

11 years ago | 0

| accepted

Answered
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...

11 years ago | 0

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Answered
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...

11 years ago | 0

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

11 years ago | 0

Answered
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...

11 years ago | 1

| accepted

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

11 years ago | 0

| accepted

Answered
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 ...

11 years ago | 0

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

11 years ago | 1

| accepted

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

11 years ago | 0

| accepted

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

11 years ago | 0

Answered
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...

11 years ago | 0

Load more