Statistics
RANK
246.197
of 296.235
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.374
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155.748
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
Feeds
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 ...
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 ...
ongeveer 10 jaar 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...
ongeveer 10 jaar ago | 2 answers | 0