photo

Harshvardhan


Last seen: 7 månader ago Active since 2023

Followers: 0   Following: 0

Message

Programming Languages:
Python
Spoken Languages:
Hindi
Pronouns:
He/him

Statistics

All
  • First Answer
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
taking the inverse of multiple matrix's
% Define the matrices A = [1 2; 3 4]; B = [5 6; 7 8]; C = [9 10; 11 12]; % Create a cell array of the matrices matrices =...

mer än ett år ago | 0

Answered
create a Moving Box Simulation in 1D
% Set up initial conditions x = [0 10]; % Box starts at position 0, ends at position 10 v = 1; % Box moves at a con...

mer än ett år ago | 0

Answered
Cos^2(2theta) 3d polar graph in MATLAB
% Define theta and r vectors theta = linspace(0, 2*pi, 360); r = cos(2*theta).^2; % Convert polar coordinates to Cartesian ...

mer än ett år ago | 0

Answered
How do you draw a plane on Matlab?
% Define the x-y-z coordinates for the airplane x = [0 1 2 2 0 -2 -2 -1 0 0 0 0]; y = [0 0 0 1 1 1 1 1 2 2 3 3]; z = [0 0 0 0...

mer än ett år ago | 0