フィルターのクリア

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 ビュー (過去 30 日間)
>> 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'

回答 (1 件)

Image Analyst
Image Analyst 2023 年 7 月 13 日
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.

カテゴリ

Help Center および File ExchangeTime Series Events についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by