photo

Nando Trindade


Last seen: 3 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
8,885
of 300,527

REPUTATION
5

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
Remove legend entries from Figure window
Can you order your plotting so that all 3 different colors get called first? you can do something like? plot(..,'r') hold...

14 years ago | 0

Question


Inserting Table from Matlab into Powerpoint slide
Does anyone know how to insert a table from MATLAB to a powerpoint slide? For example: header = cell{1,3}; header = {'Heade...

14 years ago | 1 answer | 0

1

answer

Answered
How to make a circle MarkerSize on a plot equal to a specific diameter relative to the scale being used
Looks like this command works well: {rectangle('Position', [.250 .250 1.5 1.5],'Curvature', [1 1],'E...

14 years ago | 1

Question


How to make a circle MarkerSize on a plot equal to a specific diameter relative to the scale being used
I have a question about using MarkerSize for 'Marker' = 'o' using the plot function MarkerSize is given in points. I would l...

14 years ago | 2 answers | 1

2

answers