曲線をstlデータにする方法
Show older comments
求めた曲線に厚みと幅を加えて,stlデータを取得したいです.
具体的に言いますと,
x=(0:pi/100:2*pi);
y=sin(x);
plot(x,y)
これでsin波を求めることができますが,このsin波の線の幅が2cm,奥行きが4cm,xの長さが6cmの,波打ってる壁のようなstlデータを取得することは可能なのでしょうか.
もし可能ならば,stlデータを作る方法を教えて頂けると幸いです.
Accepted Answer
More Answers (0)
Categories
Find more on STL (STereoLithography) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!