photo

Karthik Ravishankar


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Accessing array of structure datatype using simulink
Are you sure, the for iterator should be zero based? Matlab arrays are 1 based.

3年以上 前 | 0

回答済み
Change bar graph color by sign
bar(B(B(:,2)>=0,1), B(B(:,2)>=0,2),'FaceColor','b') hold on bar(B(B(:,2)<0,1), B(B(:,2)<0,2),'FaceColor','r')

3年以上 前 | 0

| 採用済み

回答済み
How to change font size of text on figure?
text(x,y,'text','FontSize',16)

3年以上 前 | 1

| 採用済み