Sagar Chawla
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
35,587
of 295,448
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to change the coordinate system of a 3D graph?
% prepare environment and generate aircraft trajectory clear all; close all; clc; ...
2 years ago | 1 answer | 0
1
answerQuestion
Coordinate system or axis system
I want to change the axis in the 3d graphical representation. Let's take I have a 3d car model on the graph. I want to change th...
2 years ago | 1 answer | 0
1
answerQuestion
Error in the code (Too many output arguments )
function trajectory2(x,y,z,pitch,roll,yaw,scale_factor,step,varargin) % function trajectory2(x,y,z,pitch,roll,yaw,scale_fac...
3 years ago | 0 answers | 0
0
answersQuestion
PLOTTING OF CAD MODEL USING EXCEL DATA
how to plot a CAD model in matlab using excel data? (If i have a aircraft then how to plot it using the data given in excel fil...
3 years ago | 0 answers | 0
0
answersQuestion
Related to importing a stl file in matlab
I am trying to get the STL model in Matlab but I am unable to open an STL file in Matlab. Also, I want to see the side view, fro...
3 years ago | 1 answer | 1
1
answerQuestion
How to put limit in my code?
for i=1:length(a) subplot(2,2,1),scatter3(a(i),x(i),y(i),'o','linewidth',1); subplot(2,2,2),scatter3(a(i),y(i),z(i)...
3 years ago | 1 answer | 0