3 lines
79 B
Matlab
3 lines
79 B
Matlab
fid = fopen('magic5.dat','w');
|
|
cnt = fwrite(fid,magic(5),"int32");
|
|
fclose(fid); |