mat_to_vff

Version 1.0.0.0 (3.75 KB) by Ivailo
Convert Any 3D matrix to VFF file
35 Downloads
Updated 13 Mar 2017

View License

Short script to convert any 3D matrix, from your workspace or saved as a *.mat file, to a *.vff file that could be opened with MicroView.
USAGE:

'mat_to_vff'
Start with the file name and choose the mat file to be converted. Output file will have the same name and will be in the same directory as the original file.

'mat_to_vff( workspace_variable, 'target_directory_for_the_vff_file')'
Start with the file name with two arguments. The first argument is the variable from the workspace to be converted. The second argument is the target directory for the .vff file.

The scripts will give an option to linearly re-scale the numbers of the matrix in the +/- 32 000 range, leave the data unchanged or use a specific re-scaling factor.

Was inspired by 'writeVFF3D.m'

Cite As

Ivailo (2024). mat_to_vff (https://www.mathworks.com/matlabcentral/fileexchange/62039-mat_to_vff), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Convert Image Type in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Usage updated!