photo

Micah


University of California San Diego

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
5 个回答

排名
6,060
of 299,737

声誉
8

贡献数
3 个提问
5 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

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

14 years 前 | 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...

14 years 前 | 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 ...

14 years 前 | 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 (...

14 years 前 | 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...

14 years 前 | 0

| 已接受

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

14 years 前 | 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 ...

14 years 前 | 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 ...

14 years 前 | 2 个回答 | 0

2

个回答