diff operation generating error Subscript indices must either be real positive integers or logicals

I have a time vector which I have attached in a .mat file.
diff(time) generates the following error: Subscript indices must either be real positive integers or logicals.
time is a vector, it does not contain values to be interpreted as indices. Why is this occurring & how can I correct it?

 Akzeptierte Antwort

Matt J
Matt J am 16 Feb. 2017
Bearbeitet: Matt J am 16 Feb. 2017
You have a variable named "diff" somewhere in your workspace. MATLAB is interpreting diff(time) as an attempt to index it.
Solution: clear it or rename it to something else.

Weitere Antworten (0)

Kategorien

Produkte

Gefragt:

am 16 Feb. 2017

Kommentiert:

am 16 Feb. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by