How to generate sequence integers between two ranges?

6 ビュー (過去 30 日間)
Andre
Andre 2014 年 4 月 3 日
編集済み: dpb 2014 年 4 月 3 日
Hi,
how can I generate sequenced integer numbers between two floats ?
Example 1:
Ranges: [93.9688 96.9688] Output: [93.9688 94 95 96.9688]
Example 2:
Ranges: [3.025 6.95] Output: [3.025 4 5 6 6.95]
Andre

採用された回答

dpb
dpb 2014 年 4 月 3 日
編集済み: dpb 2014 年 4 月 3 日
a=[a(1) floor(a(1))+1:floor(a(end)) a(end)];

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by