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

| 수락됨