Community Profile

photo

Deepak Prakash K


Last seen: presque 3 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Review

Afficher les badges

Feeds

Afficher par

Question


Using color in strings in MATLAB AppDesigner in UITextArea
Hi. I have designed a GUI using AppDesigner in MATLAB. I am using the UITextArea option to display outputs (strings) after a but...

presque 5 ans il y a | 1 réponse | 1

1

réponse

Question


Using lookup table simultaneously with matlab function
Hi. I am looking at an application where in my simulink model, I am using a MATLAB function which is required to give an optimal...

environ 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
Changing color of individual bars in a grouped bar chart
The question has been resolved. The following code helps to change color of each bar in the grouped bar plot. c = [25;55]; nam...

environ 5 ans il y a | 3

| A accepté

Question


Changing color of individual bars in a grouped bar chart
c = [25;55]; names = {'GR = 5.57' ; 'GR = 6.17'}; y = [604 603 ; 903 903 ; 1083 1083]'; h = bar(c,y,'FaceColor','flat'); set...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


How to display multiple lines as output from code in edit text field in app designer
Hi. I'm trying to display multiple lines as output from my code in the edit text field in app designer. I tried implementing the...

plus de 5 ans il y a | 5 réponses | 0

5

réponses