Community Profile

photo

abu sharique shamshad khan


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


i want to draw a triangle with vertices on 3 axis, how to do it? and also how to draw a incircle in it?
lets say the vertices are (1,0,0), (0,1,0), (0,0,1)

2 years ago | 1 answer | 0

1

answer

0

answers

Question


stl file rendering is not working can you help me to solve it?
FV = stlread('sample.stl'); trimesh(FV) patch(FV,'FaceColor',[10 10 10],'EdgeColor','none','FaceLighting','gouraud','AmbientS...

2 years ago | 1 answer | 0

1

answer

Question


I am trying to plot an stl file but it showing error
FV = stlread('Part2.stl'); disp(FV); plot(FV); Error using plot Data must be numeric, datetime, duration or an array conv...

2 years ago | 2 answers | 0

2

answers