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 CenterMATLAB Answers에서 Convert 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!