フィルターのクリア

random array

1 回表示 (過去 30 日間)
Kugen Raj
Kugen Raj 2012 年 3 月 18 日
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 3 月 18 日

Sahyadri Vibhu
Sahyadri Vibhu 2012 年 3 月 20 日
depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by