필터 지우기
필터 지우기

Issue using the writeVTK.m

조회 수: 1 (최근 30일)
32sthide
32sthide 2012년 9월 10일
hi, I have a file.img, a 3d volume binary file that I want to convert to vtk type format. But when I try to run it I get
??? Undefined function or method 'printf' for input arguments of type 'double'.
Error in ==> writeVTK at 25
printf(fid, '%s\n', '# vtk DataFile Version 3.0');
I'm doing it like this,
path ='/home/matt/Desktop/zzz/data/P450117JG_Macular Cube 512x128_5-4-2009_12-14-32_OS_sn1093_cube_raw.img';
destination = 'vtk';
writeVTK(path, destination);

채택된 답변

Oleg Komarov
Oleg Komarov 2012년 9월 10일
Valid MATLAB functions are fprintf() or sprintf().
edit vriteWTK()
And modify the call to printf into fprintf or sprintf.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Argument Definitions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by