Rohan Kadambi - MATLAB Central
photo

Rohan Kadambi


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersFile ExchangeZoom OutFrom 02/21 to 01/25Use left and right arrows to move selectionFrom 02/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
14,358
of 296,446

REPUTATION
3

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
2

  • Thankful Level 2
  • First Answer
  • Personal Best Downloads Level 1
  • First Submission

View badges

Feeds

View by

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...

6 months ago | 1 answer | 0

1

answer

Question


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...

7 months ago | 2 answers | 0

2

answers

Question


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...

8 months ago | 1 answer | 1

1

answer

Answered
Label 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

answer

Submitted


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
Go to top of page