![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14013734_1540899752433_DEF.jpg)
Xun Jing Toh
Followers: 0 Following: 0
Statistics
RANK
3,386
of 297,046
REPUTATION
16
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
5
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Accessing struct variable using another variable.
Hi, I will like to use another a variable to modify another variable like a pointer in C programming. distance.rate = 10; a =...
6 years ago | 1 answer | 0
1
answerHow to plot a histogram as a curve?
[N,edges] = histcounts(X, 'Normalization','pdf'); edges = edges(2:end) - (edges(2)-edges(1))/2; plot(edges, N); Personally I ...
6 years ago | 5
| accepted