Error for function permutation with repetition.
2 ビュー (過去 30 日間)
古いコメントを表示
Clarisha Nijman
2019 年 2 月 10 日
コメント済み: Clarisha Nijman
2019 年 2 月 10 日
Dear all,
I am using matlab 2016b and try to find al the permutations with repetition. But it gives me an error saying: Undefined function or variable 'permn'.
So I wonder, what is missing in is my code is there another function/code needed for my version of matlab?
This is the code:
%Find all possible prob
I=0:200;
M = permn(I,3);
Can I have some feedback please?
Thank you in advance
2 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!