photo

Franck Kamga


Last seen: 1 year ago Active since 2015

Followers: 0   Following: 0

Message

Biomedical engineering student at Virginia Commonwealth University

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
4 Solutions

RANK
20,835
of 300,379

REPUTATION
2

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
62,908
of 168,299

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How to plot two lines on the same graph
plot(x,y,'b*') hold on plot(x,z,'b-') hold off Don't forget to put hold off in case you want to create a separate graph no...

10 years ago | 1

Question


What is the simplest way to write header on each column of an array?
Here is the format that I know for an array with 2 column, and I would like to improve to a much simplest way. header = {x ...

10 years ago | 1 answer | 0

1

answer