LPGX

  • matlab fprintf 函数全解析

    一、matlab fprintf 输出小数 % matlab中可以使用fprintf函数输出小数 a = 3.14159; fprintf(“a=%.2f\n”,a); 在上面的代…

    编程 2024-10-04