Converting between cell & matrix
I am trying to display a data table with uitable. I am using sprintf to control the data precision/format before I store the val...
13 years 前 | 1 个回答 | 0
1
个回答
提问
Assignment syntax on LHS of expression
I asked a similar question before about batch processing of files. However, it seems like Matlab’s built in functionality for th...
13 years 前 | 1 个回答 | 0
1
个回答
提问
Creating a control window
Currently I have uigetfile called twice used in conjunction with load to load 2 data files. This is compiled into an executable ...
13 years 前 | 2 个回答 | 0
2
个回答
提问
Force to display decimal places?
I'm using format short to set up my display preference. I store values in a matrix and then use uitable to display it.
Quic...
13 years 前 | 1 个回答 | 0
1
个回答
提问
While loop construction
I'm trying to make my code less cluttered by removing unnecessary sections by adding a while loop.
Basically what I have is som...
13 years 前 | 1 个回答 | 0
1
个回答
提问
Histogram chart re-bin on zoom?
Currently, I am using hist and bar to plot histogram data. It is by default 10 bins. As an example, say I'm looking at frequency...
13 years 前 | 1 个回答 | 0
1
个回答
提问
Setting plot zoom mode?
If you right click on a plot and go to zoom mode, it is defaulted to unconstrained zoom, with horizontal and vertical as choices...
13 years 前 | 1 个回答 | 1
1
个回答
提问
Combining two strings
I'm using uigetfile to get the path and file name of a data file which enables me to use the load command to import the data. Fo...