Clear Filters
Clear Filters

While performing Time Series plot in MATLAB, I am getting error "Index exceeds the number of array elements. Error in ts_plot (line 42)

2 views (last 30 days)
>> ps_plot('v-do', 'ts')
Deramping computed on the fly.
**** z = ax + by+ c
917065 ref PS selected
Color Range: -46.6795 to 47.4496 mm/yr
Index exceeds the number of array elements. Index must not exceed 11.
Error in ts_plot (line 42)
disp('Please select a point on the figure to plot time series (TS)')
Error while evaluating UIControl Callback.
'What does it mean? index must not exceed 11'

Answers (1)

Image Analyst
Image Analyst on 13 Jul 2023
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
Especially you must give us ps_plot.m since it's not a built-in function.

Community Treasure Hunt

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

Start Hunting!