Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows 下使用 MATLAB,并尝试在命令 shell 中显示(转储)文本文件的内容。在编辑器中打开一个小文件或加载文件以使用disp.
disp
使用type并指定显式文件名(包括扩展名),例如:
type
type('myfile.txt')
除了type,还dbtype可以让您选择要打印的开始和结束范围,并显示行号 - 方便列出源文件。
dbtype