Monday, January 28, 2013

fprintf function in MATLAB

Maybe somewhat trivial, but the fprintf function should print to the screen, correct?

1 comment:

  1. fprintf writes formatted data to a text file... if you are wanting to simply print something to the screen, you can use the disp(x) function, where x can be a variable or a string

    ReplyDelete

Note: Only a member of this blog may post a comment.