Statistics
All
RANK
269,188
of 281,992
REPUTATION
0
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
6,247 of 19,068
REPUTATION
169
AVERAGE RATING
4.60
CONTRIBUTIONS
2 Files
DOWNLOADS
25
ALL TIME DOWNLOADS
1089
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
AddLetters2Plots
Matlab function to add labels a, b, c to subplots in a figure.
1 year ago | 17 downloads |

Answered
Display Data From a Matrix or Table with Colour Scale
Better use heatmap(rand(5, 3)); colormap(jet)
Display Data From a Matrix or Table with Colour Scale
Better use heatmap(rand(5, 3)); colormap(jet)
1 year ago | 0
Answered
How can I label my graphs as (a), (b), (c) etc in subplot matlab?
I hope this function will help https://www.mathworks.com/matlabcentral/fileexchange/95478-addletters2plots fg = figure(1); c...
How can I label my graphs as (a), (b), (c) etc in subplot matlab?
I hope this function will help https://www.mathworks.com/matlabcentral/fileexchange/95478-addletters2plots fg = figure(1); c...
2 years ago | 0
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago
Submitted
Fitting a truncated normal (Gaussian) distribution
How to fit a truncated distribution
5 years ago | 8 downloads |

Answered
timeout using parfor loop and ode15s
Hi I just came across the same problem. I run a simulation with different parameters and for some parameters it takes very long...
timeout using parfor loop and ode15s
Hi I just came across the same problem. I run a simulation with different parameters and for some parameters it takes very long...
9 years ago | 0