![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15814266_1563253120357_DEF.jpg)
Rohit Deshmukh
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
154,880
of 297,016
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Is it possible to assign new values which are integers to categorical array?
I want to change the values of categorical array, so that i can create figure from plots.I want to convert the plot into figure...
5 years ago | 2 answers | 0
2
answersQuestion
how to use export_fig in matlab app designer?
I want to copy Ui Axes to a figure. How the export_fig should be implemented? Unfortunately copyUiAxes is not working in my case...
5 years ago | 0 answers | 0
0
answersQuestion
How to export XaxisTick Labels which are cell arrays to figure or powerpoint in app designer?
Please refer to the attached figure. If i keep the XaxisTicklabels as 1,2,3 and so on, it can be exported to PPT or figure with ...
5 years ago | 1 answer | 0
1
answerQuestion
How to save a file in particular folder path?
I want to save a .m file located in a current directory to a folder. I just have a path for the folder. How to proceed?
5 years ago | 1 answer | 0
1
answerQuestion
How to display Heatmap plot in UI Axes of matlab app designer ?
I tried using heatmap(app.UIFigure.UIAxes,A,XValue_Text,X2Value_Text) heatmap(app.UIFigure,app.UIAxes,A,XValue_Text,X2Value_T...
5 years ago | 2 answers | 0
2
answersQuestion
App Designer: How can I select multiple options in a list box without using control button?
Requirements: control button should not be used to select multiple options. alternative solution of implementing checkboxes: ...
5 years ago | 1 answer | 0
1
answerQuestion
How to save a matlab plot created in app designer in powerpoint slides? #MATLAB 2019a #AppDesigner
I need to save a plot in powerpoint on clicking a button.
5 years ago | 1 answer | 0
1
answerQuestion
Enable/disable dropdowns when checkbox checked/unchecked in MATLAB2019A app designer
I want to disable the given dropdown if the checkbox is selected and enable it once checkbox is unchecked. How should be...
5 years ago | 1 answer | 0
1
answerQuestion
How to add strings?
Suppose i have two strings a and b a = {'two' , 'three' , 'four'} b= {'five','six','seven'} I want output as C C= {'two','t...
5 years ago | 1 answer | 0
1
answerQuestion
App Designer : Adding elements to listbox
Hello, I am using app designer. I am trying to add new elements in listbox by selecting checkboxes. Please suggest a code fo...
5 years ago | 1 answer | 0