Feeds
답변 있음
Magnitude of a vector
% Define the vector N = [-3, 7, -5]; % Calculate the magnitude of the vector magnitude = norm(N); % Calculate the unit vector un...
Magnitude of a vector
% Define the vector N = [-3, 7, -5]; % Calculate the magnitude of the vector magnitude = norm(N); % Calculate the unit vector un...
1년 초과 전 | 0
