[scilab-Users] Save as plain text file

Vorona Aleksey voronaam at yandex.ru
Tue Jul 8 08:33:14 CEST 2008


Hieu wrote:
> Hi,
> Do Scilab have any function to save variables/output into a plain text 
> file instead of binary (.sci)? 

I use fprintfMat function.
fprintfMat('/tmp/file.csv', [1,2,3;4,5,6]);

Description:
http://www.scilab.org/product/man/index.php?module=fileio&page=fprintfMat.htm

If you want more specific format you can use mprintf().


-- 
WBR,
    Vorona Aleksey.




More information about the users mailing list