Size information is inconsistent.
古いコメントを表示
Hi,
Can some help with the following error?
Error using trirnd (line 48)
Size information is inconsistent.
Error in trirnd5 (line 54)
N20_N = trirnd(0.008,0.0115,0.015,10000);
2 件のコメント
dpb
2015 年 2 月 19 日
Your search - trirnd - did not match any documents.
What is the function/where did it come from? It isn't TMW-supplied.
Sad Grad Student
2015 年 2 月 19 日
Are you using any toolbox? You need to be more clear in your question.
回答 (1 件)
Roger Stafford
2015 年 2 月 20 日
編集済み: Roger Stafford
2015 年 2 月 20 日
In 'trirnd' you must have either three arguments or five, not four. If you want a column vector of 10000 elements, write:
N20_N = trirnd(0.008,0.0115,0.015,10000,1);
Either that or do a rewrite on the initial testing for 'trirnd'.
1 件のコメント
Roger Stafford
2015 年 2 月 20 日
I don't care for the coding I see in 'trirnd'. In my opinion the task should be much easier (and possibly more accurate) to accomplish than the method used in the 'trirnd' algorithm.
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!