提问


finding a mathematical function that passes from specified points
There are some points on X-Y coordinates: (10,91) (30,92) (50,93.2) (100,93.5) (125,94) (250,95.2) (35...

13 years 前 | 2 个回答 | 0

2

个回答

提问


detecting similar signals and putting them into a folder
There are 45 Excel files (signals). some of them are similar with together (peak numbers and peak positions of similar signals ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible in Scope to plot 2 signals together and overhand?
Is it possible in Scope to plot 2 signals together and overhand? (like using 'hold on' in plot command)

13 years 前 | 1 个回答 | 0

1

个回答

提问


Time axes (horizontal axes) range of Scope
I set simulation time on 5000s but after stopping simulation, Scope displays from 4995s to 5000s and not from 0 to 5000. what's ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


finding mathematical function of set of points
There are some points on X-Y coordinates. Is it possible in MATLAB to find mathematical function between X and Y? for example f...

13 years 前 | 4 个回答 | 0

4

个回答

提问


S-function
Could anybody give information about S-function? or refer me references about this?

13 years 前 | 2 个回答 | 0

2

个回答

提问


saving figures
After plotting it's needed saving figure of that. I wrote this:When I write under code, there is no problem with saving but the...

13 years 前 | 1 个回答 | 0

1

个回答

提问


putting some matrix in a cell arrays
There are some Matrix, it's needed putting each of them in an array of a cell that the name of that array be equaled with the na...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Is it possible MATLAB be associated with FireFox and InternetExplorer
Is it possible MATLAB be associated with FireFox and InternetExplorer when opening an .html file that contains hyperlinks parts?...

13 years 前 | 2 个回答 | 1

2

个回答

提问


How could it be determined one array of a cell containing an string or a number?
There is a cell, contains both numbers and strings, now How could it be determined one array of a cell containing an string or a...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Calling Internet Explore from MATLAB and same also for FireFox too
Does anyone know how Calling Internet Explore from MATLAB and same also for FireFox too? *and how reading an .html by them*

13 years 前 | 2 个回答 | 0

2

个回答

提问


Is it possible to pass all variables of current workspace into a function without using 'load'
Is it possible to pass all variables of currently workspace into a function without using 'load'? for example there are many ...

13 years 前 | 5 个回答 | 0

5

个回答

提问


not displaying "figure 1" while window of plotting coming up
Always after plotting, in figure window it is showed "figure 1" or "figure 2' or ... . by naming figure also this term comes. is...

13 years 前 | 1 个回答 | 0

1

个回答

提问


questuion about cell2html FEX (showing numbers in green and else in black)
(This question relates on FEX section and sorry for asking here because of giving no answer in that section) cell2html FEX,Tom...

13 years 前 | 1 个回答 | 0

1

个回答

提问


how could numbers be displayed only in 4 digits (also in answer of sprintf)
Does anyone know how could numbers be displayed only in 4 digits (also in answer of sprintf) [not more than 4) a=3.7867678972...

13 years 前 | 2 个回答 | 0

2

个回答

提问


making less space between figures in subplot
Does anyone know how can be make less space between figures in subplot?

13 years 前 | 3 个回答 | 1

3

个回答

提问


in plotting,instead of 'ro' its needed to show numbers
In plotting,instead of 'ro' its needed to show numbers for example: plot([0:20],[0:20],'ro') its needed shows numbe...

13 years 前 | 1 个回答 | 0

1

个回答

提问


which command is for making desktop layout in default form but matlab window be maximize (full screen)
which command is for making desktop layout in default form but matlab window be maximize (full screen) in matlab: 'Desktop'>>de...

13 years 前 | 1 个回答 | 0

1

个回答

提问


finding number of a column in a cell (column that contains a specified string)
how could it be done for finding first which array of a cell is equal a specified string and in second, what is number of column...

13 years 前 | 3 个回答 | 0

3

个回答

提问


checking of existing an string in a cell arrays
There is a cell in name of 'CELL'. it is 1*12000 . its needed to check being and existing of a specified string in arrays of 'C...

13 years 前 | 1 个回答 | 2

1

个回答

提问


is there instead solution of xlsread()?
its needed to convert .xls files to .mat but speed of reading by xlsread is too low. is there instead solution of xlsread()? (fi...

13 years 前 | 2 个回答 | 0

2

个回答

提问


renaming a lot of folders automatically by MATLAB
It's needed renaming 150 folders depends on numbers of .xls files inside their contents for example inside folder 'a' there are ...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
'not enough storage' error on xlsread
are these solutions helpful? 1-MATLAB: file>>preferences>>General>>Java Heap Memory (increasing this) 2-OS (WIN): increasing v...

13 years 前 | 0

提问


there are specified folders in an specified directory that contents of some of them are equals to contents of others
there are specified folders in an specified directory that contents of some of them are equals to contents of others. the only d...

13 years 前 | 3 个回答 | 0

3

个回答

提问


finding simillar folders (size and number of files anf files name)
In an specified folder there are some folders for example in these names:a,b,c,d,e,f,... .In each of these folders also there ar...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Is there any limitation for capacity of cell arrays?
Is there any limitation for capacity of cell arrays that this capacity depends on numbers of characters ?

13 years 前 | 1 个回答 | 0

1

个回答

提问


plotting in same figure window
It's needed while using same plot command, it plots in the same figure window and not in another figure window for example: ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


in command window while displaying a cell, instead of showing arrays , shows how many characters there are
in command window while displaying a cell, instead of showing arrays , shows how many characters there are in that array. for e...

13 years 前 | 3 个回答 | 0

3

个回答

提问


how can make for-loop in an if-end command for 'and(&) ' all arrays?
how can make for-loop and if-end command for all array of a matrix to be less than 2 value?(how can make for-loop in an if-end c...

13 years 前 | 2 个回答 | 0

2

个回答

提问


is it possible to make command window scroll bar being in position of it self even by runnig a m-file and not going end of wondow?
Is it possible to make command window scroll bar being in position of it self even by running a m-file and not going end of win...

13 years 前 | 4 个回答 | 0

4

个回答

加载更多