Excelデータから3D図形の作成

Excelでx軸、y軸、z軸の数値を取得しており、そのデータを使用して立体像を作成したい。
また、その立体像に関して、面定義や近似線の作成、作成した立体像の部分解析を行いたいがやり方が判りません。
教えてください

2 个评论

つい先日の質問で、Curve Fitting Toolboxによる方法を紹介して頂きましたよ
load franke
sf = fit([x, y],z,'poly23');
plot(sf,[x,y],z)
晃 田嶋
晃 田嶋 2021-10-31
ありがとうございます。参考にさせていただきます。

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 スプラインの後処理 的更多信息

产品

标签

提问:

2021-10-29

评论:

2021-10-31

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!