Beantwortet
I want to implement dpcm for image compression.
dpcm

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 1

| akzeptiert

Beantwortet
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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

Beantwortet
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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

Beantwortet
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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 1

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 1

| akzeptiert

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

mehr als 11 Jahre vor | 0

| akzeptiert

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

Mehr laden