답변 있음
[DISCONTINUED] Wish-list for MATLAB Answer sections.
To save, to mark or put on a favorite folder answers (from other peoples) that you think that is interesting to you.

12년 초과 전 | 0

질문


Use a textscan to read information from a mass spectra file
How a create a function to do a textscan, to read and organizate the values. SPECTRUM - MS,Freire_CBA25_esineg20V_1...

12년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Match values of the standart with the sample. (pattern recogniton)
I have those vectors above. A=sample, a,b,c=standart The value zero is when the sample don't have the variable an the value one ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Unfold cell
How i can unfold a cell into a vector cell{1,1}=[10 20 30] cell{1,2}=[40 50 60] cell{1,3}=[70 80 90] cell{1,4}=[10...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Set nan values
Why i can´t do this? x550(:,2)(x550(:,2)<200)=nan ??? Error: ()-indexing must appear last in an index expression. ...

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

2

답변

질문


How can I count the number of times a number appear in a vector?
How can I count the number of times a number appear in a vector? A=[ 1 2 3 1 1 6 3 4 2 2 1 1 1 ] 1 appears 7 times 2 appear...

12년 초과 전 | 답변 수: 7 | 1

7

답변

질문


Natural number determination
In a vector how a determinate if the values is a natural number or not A=[ 1 2.2 3 5 6 8.8 9.6 ]

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Convert a string cell value to representative datas
test{1,1}=['0,+,ESI,ms1,-,line,1.1-790.4,275,1.1 41,1.2 30,1.6 10,1.7 24'] test{2,1}=['0.0505163,+,ESI,ms1,-,line,1.1-834.0...

거의 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Make a string variable from a path in computer without have to type it manually
[pathNames, dirNames, fileNames] = dirwalk('C:\Users\Windows\Desktop\FID RMN BASE DE DADOS\H\') http://www.mathworks.com/ma...

거의 13년 전 | 0

| 수락됨

질문


Make a string variable from a path in computer without have to type it manually
the path to reach the files in my computer is: C:\Users\Windows\Desktop\FID RMN BASE DE DADOS\H\ioanis_NAME*OF*THE*SA...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


File not found pass to next path
For example : path1 =char('C:\Users\Windows\Desktop\data base\H\'); path_user1 =char('user1_'); pa...

거의 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Add 2 type char matrix strings into a greater one
ABC=char(A, B, C)

거의 13년 전 | 0

| 수락됨

질문


Add 2 type char matrix strings into a greater one
A=<86x26 char> B=<6x19 char> C=151x27 char> How I create the matrix ABC that is the matrix A after comes the matrix B a...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


How do a textscan to read the value in the line above the strmatch
How can i read the value of sw in the line above of strmatch vtwait 3 1 14 14 14 2 1 8194 1 64 1 300 0 tpwr 7 1 17 17 ...

거의 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Find a local max and local min of a surface with noise
I use a function extrema2 to do that and works here is the link <http://www.mathworks.com/matlabcentral/fileexchange/12275-extre...

거의 13년 전 | 0

| 수락됨

질문


Find a local max and local min of a surface with noise
I got the matrix above How can I find de MAXIMUM & MINIMUM locals and put the X,Y coodinate into a vector X and a vector Y and ...

대략 13년 전 | 답변 수: 3 | 0

3

답변

질문


Make a cut in a surface where i got a 1/2 of the heigth of each different peak
I have the surface : <http://rapidshare.com/files/456871677/test1.mat> (0.26Mb) I like to make a cut of 1/2 of the height of th...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Plot different classes in different colors
I done that above, but I don´t Know if its right. One it is the set that has values of 1 and 2 and another is the class that as...

대략 13년 전 | 0

질문


Plot different classes in different colors
I' m doing a pca and I want make a general function to plot two different classes in different colors( blue square, red circle) ...

대략 13년 전 | 답변 수: 3 | 0

3

답변

질문


Convert a <1023x1023 double> to a rgb image
I have a data < 1023x1023 double> the values is 0 and 1. How i convert this type of data in a rgb *image* data, and a binary *...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Remove some elements from a matrix but conserve the same struct
i have the matrix x=[0 -1 0 5 10 5 0 0; 0 0 5 10 20 10 5 0; 1 -1 0 5 10 5 2 0; 0 2 ...

대략 13년 전 | 답변 수: 3 | 0

3

답변