Community Profile

photo

Rohit Deshmukh


Last seen: 4 years ago Active since 2019

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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?

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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.

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer