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

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

2 commentaires

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

Connectez-vous pour commenter.

Réponses (0)

Catégories

Produits

Commenté :

le 31 Oct 2021

Community Treasure Hunt

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

Start Hunting!