mat_to_vff

バージョン 1.0.0.0 (3.75 KB) 作成者: Ivailo
Convert Any 3D matrix to VFF file
ダウンロード: 35
更新 2017/3/13

ライセンスの表示

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'

引用

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

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Usage updated!