photo

Amy


Last seen: 3 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
2 Answers

Cody

0 Problems
39 Solutions

RANK
7,066
of 301,738

REPUTATION
6

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 21,403

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
14,750
of 176,316

CONTRIBUTIONS
0 Problems
39 Solutions

SCORE
410

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

9 years ago | 0 answers | 0

0

answers

Answered
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 ago | 1

| accepted

Question


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 ago | 1 answer | 0

1

answer

Question


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

13 years ago | 2 answers | 0

2

answers

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

14 years ago | 0