Feeds
回答済み
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 ...
約11年 前 | 0
質問
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年 前 | 2 件の回答 | 0
