답변 있음
I want to implement dpcm for image compression.
dpcm

대략 11년 전 | 0

답변 있음
Defining Response with Mouse Click
http://matlabvn.com/matlab-gui-responding-mouse-event/

대략 11년 전 | 0

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

11년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
How to combine this value ?
sol=[allR11 allR1_1]

11년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

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

11년 초과 전 | 0

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

11년 초과 전 | 0

| 수락됨

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

11년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

11년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 0

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

11년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

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

11년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

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

11년 초과 전 | 0

| 수락됨

답변 있음
what is command to find adjoint of matrix
det(A)*inv(A)

11년 초과 전 | 0

답변 있음
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년 초과 전 | 0

더 보기