Feeds
提问
Get NaNs when I try to enter characters in UITABLE
status(i) = {''}; >> TL = array2table(transpose(i),'VariableNames',{'Label'}); TD = array2table(transpose(ED),'VariableNames'...
8 years 前 | 0 个回答 | 0
0
个回答提问
Error using double. Conversion to double from cell is not possible
for i=1:length(centroidA) if ED1Vertical(i) >= ED2Vertical(i); status(i) = {'less'}; elseif E...
8 years 前 | 1 个回答 | 0
1
个回答提问
Error using >= Matrix dimensions must agree
I'm trying this code: status = zeros(0,length(centroidA)); for i=1:length(centroidA) if ED1_cell{i} >= ED2_cell{i} ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Undefined operator '-' for input arguments of type 'cell'
a1=intersectPts(i,1) a2=xLine(i,2) b1=intersectPts(i,2) b2=yLine(i,2) euclideanDistance = sqrt((a1-a2)^2+(b1-b2)^2); ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Get line equation from different lines met at one point
Dear all, I am new to MATLAB. I've plotted straight lines connecting centroid of one particular object (i.e. centroidA) to other...
8 years 前 | 1 个回答 | 0

