![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16107744_1567523835304_DEF.jpg)
Rohan Kadambi
Followers: 0 Following: 0
Statistics
RANK
5,219
of 297,016
REPUTATION
9
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
3
RANK
16,219 of 20,419
REPUTATION
7
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
50
RANK
of 157,687
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
How do I process and display a 10 and 12 bit image in matlab?
MATLAB's only has built in numeric types for 8,16,32,64 unsigned integers (as do most languages). Typically, when 10 or 12 bit i...
5 days ago | 0
How to include median and quartiles in a violin plot with the functin violinplot in MATLAB 2024b?
The built in violinplot funciton does not provide that functionality. You can manually add the median as a point per Cris's answ...
11 days ago | 1
| accepted
Question
Can you convert DatetimeRuler to DurationRuler?
I have a series of utilities that generate figures like: fh = figure; ax = axes(fh); plot(ax, datetime("now")+minutes(1:5), 1...
7 months ago | 1 answer | 0
1
answerQuestion
How do you set the Layout Option at construction for ui objects?
If I have a simple uifigure like: fh = uifigure; gl = uigridlayout(fh); I can add a uicomponent (and specify where on the gri...
8 months ago | 2 answers | 0
2
answersQuestion
What happens to cleared custom `handle` objects?
I know that MATLAB exposes the handle class which alllows one to define passed-by-reference objects like: classdef ConcreteHand...
9 months ago | 1 answer | 1
1
answerLabel the color bar for a heat map created with heatmap(x,y,data)
You can reveal hidden properties of handle objects by casting them to struct. Doing this to the HeatMapChart handle reveals a ha...
1 year ago | 1
Question
Can the `help` function parse functions defined in Live Scripts
When functions are defined in LiveScripts can their header comments be parsed by the help (or similiar) function to generate the...
2 years ago | 1 answer | 0
1
answerSubmitted
plotNAx
plotNAx is a plotting utility which can graph data (with formatting) across multiple y-axis with a shared x-axis.
4 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9aa69d26-3c44-4567-bcb8-066b2e387821/172aa1fa-b63b-4aa2-9b5e-45434cbc0cd0/images/1610597013.png)