# I want to load a volume rendered image data from in matlab

**URL:** https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026
**Category:** Support
**Created:** [September 9, 2017, 11:59am UTC](https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026 "2017-09-09T11:59:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![airtech2](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/airtech2/32/9564_2.png) [@airtech2](https://discourse.slicer.org/u/airtech2)
#### Post date: [September 9, 2017, 11:59am UTC](https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026/1 "2017-09-09T11:59:04Z")

</div>

Operating system: window 10  
Slicer version: 4.7.0  
Expected behavior:  
Actual behavior:

Hello,

I rendered 3D aorta model in 3D slicer . I want to load this 3D model in matlab.

Is there any way to load this data?

I want to analyze fluid dynamic simulation study using FEATool extension in matlab.

Thanks for reading.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [September 9, 2017, 12:08pm UTC](https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026/2 "2017-09-09T12:08:31Z")

</div>

Volume rendering is a visualization technique. Output of volume rendering is a 2D color image. No data is generated that could be used for FEA. See detailed explanation in this topic:

> [@Save volume rendering as STL file](https://discourse.slicer.org/t/save-volume-rendering-as-stl-file/524):
>
> Hello, I am a new user on 3D slicer. I was using the display preset feature under volume rendering, and I was wondering if there is a way to save what I was viewing as an .stl or 3D printable file. For example, I was viewing a sample MRI using the CT-cardiac3 preset display. When I tried to save that specific 3D preset displayed sample in a .stl file, the option was unavailable. I was only able to see .vp (volume property), .txt formats. Is there a way to accomplish what I desire in 3D slic…

For FEA, you need volumetric mesh or at least a surface mesh - represented as Model node in Slicer. You can create model from a volume by segment the volume using Segment Editor then export the Segmentation node to Model node.

---

<div class="post-metadata">

### Author: ![deepmech](https://avatars.discourse-cdn.com/v4/letter/d/e0b2c6/32.png) [@deepmech](https://discourse.slicer.org/u/deepmech)
#### Post date: [September 11, 2017, 4:32pm UTC](https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026/3 "2017-09-11T16:32:24Z")

</div>

download cleaver extensions that advertise the capability of generating a volume mesh, but I don’t know whether they are functional and/or maintained.

[https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension](https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension)

 ![imp](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/7/1/718084bdf1c3d96b3e99e5bf66235d502f943472.jpeg)

there is a option for export in matlab

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [September 11, 2017, 5:30pm UTC](https://discourse.slicer.org/t/i-want-to-load-a-volume-rendered-image-data-from-in-matlab/1026/4 "2017-09-11T17:30:17Z")

</div>

@Michael_Hardisty Could you comment on this? Were you able to use Cleaver extension after all? Have you checked how difficult would it be to upgrade Slicer’s extension to Cleaver2?
