Feeds
回答済み
How to print result of dec2bin to file
Thanks Oleg! --- Hi Jan, The solution you gave worked except for the fact that it just printed out one gigantic long co...
How to print result of dec2bin to file
Thanks Oleg! --- Hi Jan, The solution you gave worked except for the fact that it just printed out one gigantic long co...
14年以上 前 | 0
質問
How to print result of dec2bin to file
Example: A = (0:255); B = dec2bin(A); fid = fopen('test.txt' , 'w'); fprintf(fid, '%s', B); fclose(fid); Whe...
15年弱 前 | 3 件の回答 | 1
