photo

Richard


University of Mississippi

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
59,012
of 300,369

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
instructor gave us set(gca,'XTick',1:length(numVal)); how do i use this for setting color to inputs?
Okay the task states that we should make inputs for the color of line 1, line 2 ect. But you have to have an input statement to ...

11 years ago | 0

Question


instructor gave us set(gca,'XTick',1:length(numVal)); how do i use this for setting color to inputs?
set(gca,'XTick',1:length(numVal)); set(gca,'XTickLabel',numVal(1,:)); the task is to set the inputs we put in to the line co...

11 years ago | 2 answers | 0

2

answers