how to use this :https://fr.mathworks.com/help/ident/examples/time-series-prediction-and-forecasting-for-prognosis.html ?
1 回表示 (過去 30 日間)
古いコメントを表示
gauthier lejeannic
2020 年 6 月 2 日
コメント済み: Sai Sri Pathuri
2020 年 6 月 2 日
hi, i'm student and i try to understand how to use this :https://fr.mathworks.com/help/ident/examples/time-series-prediction-and-forecasting-for-prognosis.html . But i need hel beacause i don't understand what are numel and floor in this example; and than i'm stuck and i can't do the same with my time serie
0 件のコメント
採用された回答
Sai Sri Pathuri
2020 年 6 月 2 日
編集済み: Sai Sri Pathuri
2020 年 6 月 2 日
numel function is used to find number of elements in an array. floor function is used to round the number to the nearest integer less than or equal to that number.
The following documentation may help
2 件のコメント
Sai Sri Pathuri
2020 年 6 月 2 日
[] is an empty array and Ts specifies the sample time of the experimental data.
See the second syntax in below documentation
Try to use the documentations for inbuilt functions
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!