photo

Micah


University of California San Diego

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

3 Fragen
5 Antworten

RANG
6.083
of 300.352

REPUTATION
8

BEITRÄGE
3 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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...

fast 14 Jahre vor | 0

Beantwortet
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 ...

fast 14 Jahre vor | 0

| akzeptiert

Beantwortet
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 (...

fast 14 Jahre vor | 0

Beantwortet
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...

etwa 14 Jahre vor | 0

| akzeptiert

Beantwortet
graphing colors
You can use the few matlab built in colors ('red','green,'blue,'black','white','cyan','magenta','yellow'), plot(...,'color',...

etwa 14 Jahre vor | 0

| akzeptiert

Frage


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 ...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten