Message Boards Message Boards

0
|
3744 Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Extract data from 3D plot?

Posted 5 years ago

Hello friends. I want to extract data from the 3D plot in the following code. I have used MatrixForm[%], but it is not working. Can you help me to get the desired data.

Attachments:
POSTED BY: Shivi Sv
5 Replies
Posted 5 years ago

Thanks sir for your reply.

POSTED BY: Shivi Sv

This way you probably get a list of triples:

Union@Flatten[Cases[Normal[%[[1]]], Polygon[pts_, ___] :> pts, All], 
  1]
POSTED BY: Gianluca Gorni
Posted 5 years ago

Sir, I want to have the data in matrix form, from where I can generate the Excel sheet. Can you help me?

POSTED BY: Shivi Sv
Posted 5 years ago

Thanks Sir for your reply.

POSTED BY: Shivi Sv

This is a way:

Cases[Normal[%[[1]]], Polygon[pts_, ___] :> pts, All]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract