Statistics
All
RANK
100,348
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
How to use fprintf to add a header when printing a matrix?
You can create a variable that formats the output, then call it in fprintf. For example: % setup='%1s %1s'; Where...
How to use fprintf to add a header when printing a matrix?
You can create a variable that formats the output, then call it in fprintf. For example: % setup='%1s %1s'; Where...
10 years ago | 0
Question
How do I scale a scatter-plot to 250 by 250 using the line data type?
This is the code: % x=[1,2,3,4,5,6] y=exp(x) scatter(x,y,'*') line(25,4) When I tried doing this, I go...
10 years ago | 1 answer | 0
1
answerAnswered
How can you prevent the output in a MATLAB pdf file from being cut off the page?
There are some older versions of MATLAB that actually have output issues when printing the code to the PDF file; my suggestion i...
How can you prevent the output in a MATLAB pdf file from being cut off the page?
There are some older versions of MATLAB that actually have output issues when printing the code to the PDF file; my suggestion i...
10 years ago | 0