Frage


making a figure always on top
how could a figure be always on top of other windows?

mehr als 14 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


make zero some rows of a matrix
It's neede to make zero those rows of a matrix that matrix(i,2) is 2 value less than matrix(1,2). 'matrix' has 2 column and 1000...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sprintf of a variable and string name
it's needed to display a variable string name. for example: for i=1:w I have these: i=1 >>>> name='t56757w_e_l_l' i=2 >>...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


display numbers in 'format long'
While using of 'sprintf', numbers not display in 'format long' form. for example: sprintf('%d',0.987654345698) ans = ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


saving all of workspace in a specified folder
saving all of workspace in a specified folder and after saving, how it can be import to MATLAB (load) from that specified folder...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


finding how many folders are in an other folder and how many files (.xls files) are in each folder
For example there is a folder in name of 'a'. in 'a' there are these folders: 'b','c','d','e',... and in 'b' there are 4 .xls fi...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an special figurue to be shown)
*some other explanations and codes*: there are 3 m-files, one is common(method.m) and 2 others are functions(operation.m and op...

mehr als 14 Jahre vor | 0

Beantwortet
is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an special figurue to be shown)
for example Find is a common cell like this: Find = 'Refrences\Inputs ' 'a.xls' 's.xls' ...

mehr als 14 Jahre vor | 0

Frage


is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an special figurue to be shown)
is it possible in matlab, to make arrays of a cell matrix, linkable to a special path?(linkable:with clicking on that arrays an ...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


reading a special sheet of an EXCEL file with knowing the row numbers of that
does anyone know how matlab can read a special sheet of an excel file with knowing only row numbers of that sheet? for example ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


convert a variable string to data
it's needed to convert a variable string to data. for example NAME is string and in a loop could be i=1>>NAME='abd', i=2>>>NAME=...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


importing matrix and variables of a m-file function into workspace directly and making a matrix name based on a variable string
Is it possible to import matrix and variables of a m-file function into workspace directly? please help also: i want to put a fu...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sobplot two matrix that the secend matrix is the same first matrix wtith shifts(only in x) on some parts of first matrix
There is a matrix (10000,2) first column is time and second is vales. it's needed to sobplot this with a second matrix. This sec...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
for loop
x=[]; for i = 1:5 x =[x;i*2]; %for column matrix end OR: x=[]; for i = 1:5 x =[x,i*2]; %for row m...

mehr als 14 Jahre vor | 0

Frage


is there a command in matlab for waiting
its needed sometimes matlab do nothing and not going next command line, till a specified thing happens.for example: clc ...

mehr als 14 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


is it possible when we use plot command, automatically be on Data Cursor( and some other things)?
is it possible when we use plot command, automatically these things happens: 1-being on Data Cursor 2-plot x from 0 to 100...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


change font size and window size
When i use of under command, 1 window coming up that its needed changing font size and window size: answer = inputdlg({'H...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


not displaying answers in command window for this special command
for not displaying answers in command window for eval(rrr) , eval(ttt) what i must do? iterval1='444444'; d=sprintf('m%d'...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


stop for loop if a thing happens
for example: for i=1:10 a=i+1 if a>5 exit from loop % *which command do this* end end

mehr als 14 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


is it posibile in matlab, jump to others command if a=1( i dont want if a~=1)
this is opposite of 'if-end' command.i need if something happens then don't do some certain command. for example: if a==1 don...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


make font size of message in command window and editor more large
in matlab 2010b, 7.11, i cant see message because it's too small to see. does anyone know how i can make font size more large?

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
unusual problem with an unusual solution
Dear Grzegorz do you have problem when running this : clc,clear all t=5; cprintf('blue','in %ds type 1 to plot 3 si...

mehr als 14 Jahre vor | 0

Frage


unusual problem with an unusual solution
i use these 2 codes: cprintf.m: <http://www.mathworks.nl/matlabcentral/fileexchange/24093-cprintf-display-formatted-colored-tex...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


command for one copy of 3 figure in subplot form and put it in only one picture in bmp format
anyone know how can copy a figure in subplot form and put(for example in .bmp format) it in a specified folder. there are 3 fig...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


command for copy a figure and put it in a specified folder in a specified name and then close it
anyone know how can copy a figure and put(for example in .bmp format) it in a specified folder for example: dfile; % i hav...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


closing a specified figure (if exist)
does anyone know how to close a specified figure if it exists currently? for example: h=figure if h exists close(h) end

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


knowing how much time does running of a m-file take?
does anyone know how we can know time between from starting to finishing a program (how much time does it take from starting to ...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
is it possible aarays in first row and first column of a cell be writen in red or other color?
i have 'Find' in under form that, is saved in .xls and .mat format in a specified folder and the 'Value' of 'Find' in 'Workspace...

mehr als 14 Jahre vor | 0

Frage


is it possible aarays in first row and first column of a cell be writen in red or other color?
is it possible, aarays in first row and first column of a cell, be writen in red or other color while seeing .mat of that?

mehr als 14 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


convert a cell to .xls file and save it in a specified folder
does anyone know how to convert a matrix to .xls file and save it in a specified folder? for example: % r is a cell and path...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden