matrix_multiply_matlab_output.txt
来自「F90_MATLAB作为演示fortran90和matlab相互作用的例子:)」· 文本 代码 · 共 24 行
TXT
24 行
< M A T L A B > Copyright 1984-2006 The MathWorks, Inc. Version 7.3.0.298 (R2006b) August 03, 2006 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> MATRIX_MULTIPLY>> A MATLAB script which reads matrices A and B from files,>> multiplies them, and writes the result C to a file.>> >> >> >> >> >> Read A matrix of order (10,10).>> >> >> >> >> >> Read B matrix of order (10,10).>> >> >> >> >> >> >> >> >> >> >> >> Wrote C matrix of order (10,10).>> >> >> MATRIX_MULTIPLY:>> Normal end of execution.>> >> >> >>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?