Statistics
4 Questions
0 Answers
RANK
23,943
of 295,467
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to use who within eval
Here is the code: file_name = 'test'; eval(['file_length = length(who(''-file'',' file_name '));']); But this doesn'...
8 years ago | 3 answers | 0
3
answersQuestion
Save my own function in the pre-defined function list
Can I create a function, then save it in a list of predefined Matlab functions?
12 years ago | 1 answer | 0
1
answerQuestion
Display rational numbers using fprintf
I am using fprintf to write my answers to a file. I have numbers such as: 3/7,3/11,6/37... I tried different formats but every t...
12 years ago | 2 answers | 1
2
answersQuestion
How does surf map colormatrix
I know surf(x,y,z,c) will use matrix c to map color, but how does it work? since matrix c actually has the size of z, instead of...
13 years ago | 1 answer | 0