New Microsoft Word FGHFGHFG

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

>> voltages(s1,:)'

ans =

1.3000
1.3000
1.3000
1.3000
1.5000

>> voltages(s1,:)

ans =

1.3000

>> bench

states =

[]

>> vt

1.3000

1.3000

1.3000

1.5000

vt =

>> plot(vt(1))
>> plot(vt(:,1))
>> plot(vt(:,1));ylim[0 1]
plot(vt(:,1));ylim[0 1]
|
Error: Unbalanced or unexpected parenthesis or bracket.

>> plot(vt(:,1));ylim([0 1])


>> plot(vt(:,1));ylim([0 1.01])
>> plot(vt(:,1));ylim([0 1.31])

You might also like