how to change this error
古いコメントを表示
Problem finding getMapfileName in com.mathworks.mlwidgets.help.HelpUtils: null
if isBetween(map_r(cnt1,cnt2),min(x1_r),max(x1_r))&& isBetween(map_g(cnt1,cnt2),min(x1_g),max(x1_g))&& isBetween(map_b(cnt1,cnt2),min(x1_b),max(x2_b))
result(cnt1,cnt2,3)=1;
5 件のコメント
Walter Roberson
2017 年 10 月 13 日
I think we will need to see more of the error message.
Is map_r a function or a java object or an array?
Is that your code or code from some Mathworks routine?
Dhanya shree Srihari
2017 年 10 月 13 日
Walter Roberson
2017 年 10 月 13 日
Please indicate where we can find the original code
Dhanya shree Srihari
2017 年 10 月 13 日
編集済み: Walter Roberson
2017 年 10 月 13 日
Dhanya shree Srihari
2017 年 10 月 15 日
採用された回答
その他の回答 (1 件)
Dhanya shree Srihari
2017 年 10 月 15 日
0 投票
1 件のコメント
Walter Roberson
2017 年 10 月 15 日
That cannot be the full code. What you posted only has one line of code, all of which is a comment. Even if we guess at the line breaks, the line shown in the message as being in error is at most line 3, not the line 10 of the error message. This is important because I think that the error is on the lines you omitted.
カテゴリ
ヘルプ センター および File Exchange で Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!