photo

Andrew


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
13,009
of 300,759

REPUTATION
3

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
2

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


How do I save a workspace variable to a .txt file?
I tried using the 'save' function, but I can't seem to get it to work. I want to append a .txt file by saving a variable "excel...

13 years ago | 1 answer | 1

1

answer

Question


How do I set the same color scheme for two different plots?
I want the following graphs to not look the same. I want the lowest color (blue) to be bmin and the highest color (red) to be fm...

13 years ago | 1 answer | 0

1

answer

Question


How do I make displayed text a different color?
I want to make text in an fprintf statement a different color or highlighted. Can it be done?

13 years ago | 1 answer | 0

1

answer

Question


Can I make NaN show up black instead of white in pcolor?
Here's the code I have: skincom(skincom==0)=NaN; pcolor(skincom) I want to assign NaN as black not white.

13 years ago | 0 answers | 1

0

answers

Question


How do I enter a string input that will later be used in a title?
Essentially, why does the follow code not work? data = data(:, 1:2); %Condenses matrix by removing unused columns Savedata ...

13 years ago | 1 answer | 0

1

answer

Question


In a pcolor plot, how do I make values with 0 blank or set the color scheme to a set range?
Basically, I need to be able to set the the color scheme to a range so I can see certain values. I have measurements that are...

13 years ago | 1 answer | 0

1

answer

Question


How do I set a fixed color scheme for pcolor?
I'm making a graph of measurements, and pcolor is a very good way to display these data, but everytime the data is slightly diff...

13 years ago | 1 answer | 0

1

answer