Feeds
답변 있음
Need matrix or vector with 1,0,1,0,1,0.........
A = ones(n); % creates [n x n] - matrix a = reshape(A,1,25); % creates a [1 x n^2] - matrix As I understand you want the out...
Need matrix or vector with 1,0,1,0,1,0.........
A = ones(n); % creates [n x n] - matrix a = reshape(A,1,25); % creates a [1 x n^2] - matrix As I understand you want the out...
8개월 전 | 0
답변 있음
Determine if a point is inside a cube
Hello, I had the same problem. Programming 3D-heatflow to calculate thermal contact heat coefficient. The intersecting edges of ...
Determine if a point is inside a cube
Hello, I had the same problem. Programming 3D-heatflow to calculate thermal contact heat coefficient. The intersecting edges of ...
대략 1년 전 | 0
