Question


gathering data inside a cell from another cell
in a matrix with this command a=[a;b] we can make a matrix that its data is the same data of matrix b that data of b matrix chan...

14 years ago | 1 answer | 0

1

answer

Question


make result matrix for comparing of (for example) 20 inputs matrix with 20 refrences matrix
I compared (for example) 20 inputs matrix with 20 references matrix and now i know which matrix is equal which one. but its need...

14 years ago | 3 answers | 0

3

answers

Question


make a new folder with specifued name and then put 2 matrix(.xls file) inside the folder
does anyone know how can i make new folder with MATLAB while: a=[]; %(a=xlsread('refrence1.xls')) b=[]; %(b=xlsread('input1...

14 years ago | 1 answer | 0

1

answer

Question


select all .xls files together and read one by one( without naming .xls file in a specified name)
in a folder there are several .xls files and name of these aren't specified. it's needed by selecting 1 or 2 or 3 or ever other ...

14 years ago | 1 answer | 0

1

answer

Question


convert a variable parameter to 'string' in matlab
does anyone know how can a variable parameter convert to string? for example in under case, i parameter, (that, is a variable ...

14 years ago | 1 answer | 0

1

answer

Question


while using of two functions, MATLAB hangs
i use these 2 codes: *cprintf.m* <http://www.mathworks.nl/matlabcentral/fileexchange/24093-cprintf-display-formatted-colored-te...

14 years ago | 1 answer | 0

1

answer

Question


saying a message in matlab
1-how can say a message Computerized in matlab? for example if a=b saying in Computerized ' a and b are matching...

14 years ago | 2 answers | 0

2

answers

Question


going next command after specified time
does anyone know, is there this capability in MATLAB? : when i run a m-file, it asks some questions for example it asks: 'if you...

14 years ago | 1 answer | 0

1

answer

Question


find peaks
does anyone know, is there code for finding peaks in a matrix that have noise? (because of this noise i cant use findpeaks comma...

14 years ago | 4 answers | 0

4

answers

Question


changing directory in matlab
does anyone know how to change matlab directory? for example now current directory is f:\a\b\c and i want to change to f:\a but...

14 years ago | 2 answers | 0

2

answers

Question


how can jump and go another line in a m-file?
how can jump and go another line in a m-file. for example: if a=b; a=0; else (jump ***line) end ----other co...

14 years ago | 2 answers | 0

2

answers

Question


writing "if" command for a>f>c
how can write if command for < and > together. for example if 1.01>a>0.9 then do cprintf('g','ok') else do cprintf('r','not ok')...

14 years ago | 2 answers | 0

2

answers

Question


how can i make more space between of 2 answers in command window?
does anyone know how can i make more space between of 2 answers in command window? for example in a m-file i have this two comma...

14 years ago | 1 answer | 0

1

answer