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

