統計
MATLAB Answers
2 質問
0 回答
ランク
of 176,647
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error using plot Data must be numeric, datetime, duration or an array convertible to double.
This is my code N=[randi([1,5],1,2),randi([10,50],1,2),randi([100,500],1,2)]; t=[-10:0.01:10]; tau=2*pi/3 for i=1:length(N) ...
4年以上 前 | 1 件の回答 | 0
1
回答質問
I have to select region and calculate the area of the region.
imshow(A) S = impoly; T=graythresh(S); A = regionprops(S,'Area') I used impoly which gave me error saying: uint8, uint1...
約5年 前 | 1 件の回答 | 0

