Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Extracting Values in given Data

3 ビュー (過去 30 日間)
rrv
rrv 2019 年 5 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If I have these set of data
0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0.
How can I extract the ff. values such that,
  • the differences for every 1-number interval are 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1;
  • the differences for every 2-number interval are 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2; and
  • the differences for every 3-number interval are 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3.
and, so on until the Nth interval.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by