photo

Amy


Last seen: 1 month 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
2 个回答

Cody

0 个问题
39 个答案

排名
7,066
of 300,081

声誉
6

贡献数
3 个提问
2 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
13,458
of 167,273

贡献数
0 个问题
39 个答案

评分
410

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

提问


Help with use of multilievel pointers
I would like to be able to do something like the following: data = { zeros(5,3), zeros(10,3)}; dataPtr = libpointer(...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
Help comparing two matrices
You can use logical indexing for that. If m1 is the first matrix and m2 is the second and C is the comparison, I think you want ...

11 years 前 | 1

| 已接受

提问


How can I save complex data to HDF5 file?
I'm looking for a good way to save complex data, having a real and imaginary component, to an HDF5 file. Is there something out ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Create non-editable UI controls in a GUI with the figure toolbar
I am trying to create a GUI that contains plots of data and UI controls that control what is plotted. I would like the GUI to in...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
invisible curves under filled area??
The easiest way is to reorder the code to plot the filled area first. Without reordering the code, I couldn't find a way to do k...

13 years 前 | 0