photo

Karthik Ravishankar


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 1

| akzeptiert