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

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

2 comentarios

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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Productos

Etiquetas

Preguntada:

el 29 de Oct. de 2021

Comentada:

el 31 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!