Feeds
質問
Very small p value
I am using chi2gof to test whether my data is distributed normally. Graphically, it looks very normal, and I have fitted a norma...
約13年 前 | 2 件の回答 | 0
2
回答回答済み
Help in visualizing four-dimensional data.
I am also not an expert, but had to do this once. He is what worked for me, but it is inefficient. hold on for i=-10:10...
Help in visualizing four-dimensional data.
I am also not an expert, but had to do this once. He is what worked for me, but it is inefficient. hold on for i=-10:10...
約13年 前 | 0
回答済み
Accessing function data in GUI
You need to pass the variables outside of the function by making them a global variable, or by just getting them again (if they ...
Accessing function data in GUI
You need to pass the variables outside of the function by making them a global variable, or by just getting them again (if they ...
約13年 前 | 0
| 採用済み
回答済み
Using pushbutton to load file in GUI
GUIs (and functions) do not put variables into the 'seen' matlab workspace. They are in a separate space for that specific GUI (...
Using pushbutton to load file in GUI
GUIs (and functions) do not put variables into the 'seen' matlab workspace. They are in a separate space for that specific GUI (...
約13年 前 | 0
回答済み
External shell scripts in compiled GUI
I figured it out - for future reference, the best sequence of steps seems to be: Use file paths that are NOT relative to instal...
External shell scripts in compiled GUI
I figured it out - for future reference, the best sequence of steps seems to be: Use file paths that are NOT relative to instal...
約13年 前 | 0
| 採用済み
回答済み
graphing colors
You can use the few matlab built in colors ('red','green,'blue,'black','white','cyan','magenta','yellow'), plot(...,'color',...
graphing colors
You can use the few matlab built in colors ('red','green,'blue,'black','white','cyan','magenta','yellow'), plot(...,'color',...
約13年 前 | 0
| 採用済み
質問
External shell scripts in compiled GUI
I have a set of GUIs that call external shell scripts. I am calling them using unix(./script.sh) or system(./script.sh). I have ...
約13年 前 | 1 件の回答 | 0
1
回答質問
acting on multiple plots across multiple axes
This question might be summed up as: can I create an array or vector where each cell is a plot? but there is almost certainly a ...
約13年 前 | 2 件の回答 | 0