photo

Karthik Ravishankar


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus de 3 ans il y a | 0

Réponse apportée
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')

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
How to change font size of text on figure?
text(x,y,'text','FontSize',16)

plus de 3 ans il y a | 1

| A accepté