Feeds
질문
Get NaNs when I try to enter characters in UITABLE
status(i) = {''}; >> TL = array2table(transpose(i),'VariableNames',{'Label'}); TD = array2table(transpose(ED),'VariableNames'...
7년 초과 전 | 답변 수: 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...
7년 초과 전 | 답변 수: 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} ...
7년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

