Community Profile

photo

Karthik Ravishankar


Last seen: circa 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 3 anni fa | 0

Risposto
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')

oltre 3 anni fa | 0

| accettato

Risposto
How to change font size of text on figure?
text(x,y,'text','FontSize',16)

oltre 3 anni fa | 1

| accettato