Statistics
RANK
5 805
of 295 569
REPUTATION
8
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ungefär 13 år ago | 2 answers | 0
2
answersHelp 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...
ungefär 13 år ago | 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 ...
ungefär 13 år ago | 0
| accepted
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 (...
ungefär 13 år ago | 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...
ungefär 13 år ago | 0
| accepted
graphing colors
You can use the few matlab built in colors ('red','green,'blue,'black','white','cyan','magenta','yellow'), plot(...,'color',...
ungefär 13 år ago | 0
| accepted
Question
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 ...
ungefär 13 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 13 år ago | 2 answers | 0