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 years 前 | 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 years 前 | 1 个回答 | 0

