Feeds
已回答
Point cloud to Mesh/Surface/Grid to STL
% Define the system of equations A = [7 -3; -3 45]; B = [5.3; 0]; % Solve for currents I1 and I currents = A\B; I1 = curr...
Point cloud to Mesh/Surface/Grid to STL
% Define the system of equations A = [7 -3; -3 45]; B = [5.3; 0]; % Solve for currents I1 and I currents = A\B; I1 = curr...
7 months 前 | 0