why am I getting this error, Subscript indices must either be real positive integers or logicals, when trying to set axis limits?

4 Ansichten (letzte 30 Tage)
I am plotting two volltage against time, I try to set the axis as follows,
axis([-0.1, 0.1 40 140])
but get this error; Subscript indices must either be real positive integers or logicals.

Akzeptierte Antwort

Star Strider
Star Strider am 17 Mär. 2015
In the Command Window, type:
whos axis
I suspect you have a variable named ‘axis’ that is causing the error. The solution: rename the variable.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by