photo

Deepak Prakash K


Last seen: meer dan 4 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
6.531
of 300.365

REPUTATION
7

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
4

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

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

  • First Review

View badges

Feeds

View by

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

meer dan 6 jaar ago | 1 answer | 1

1

answer

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

meer dan 6 jaar ago | 0 answers | 0

0

answers

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

meer dan 6 jaar ago | 3

| accepted

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

meer dan 6 jaar ago | 2 answers | 0

2

answers

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

bijna 7 jaar ago | 5 answers | 0

5

answers