2019年8月17日

摘要: Integer, signed %d or %i Base 10 Integer, unsigned %u Base 10 %o Base 8 (octal) %x Base 16 (hexadecimal), lowercase letters a–f %X Same as %x, upperca 阅读全文
posted @ 2019-08-17 13:53 webmine 阅读(100) 评论(0) 推荐(0)
摘要: str = sprintf( 'Best Cross Validation MSE = %g Best c = %g Best g = %g',bestmse,bestc,bestg); disp(str); fprintf('\nProgram paused. Press enter to con 阅读全文
posted @ 2019-08-17 13:23 webmine 阅读(142) 评论(0) 推荐(0)

导航