Community Profile

photo

Deepak Prakash K


Last seen: 거의 3년 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • First Review

배지 보기

Feeds

보기 기준

질문


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

거의 5년 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

대략 5년 전 | 3

| 수락됨

질문


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

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

5년 초과 전 | 답변 수: 5 | 0

5

답변