I see you are using MATLAB R2018b but the function readmatrix is available from 2019a. Update to R2019a or R2019b to access the function.
beginners question on I/O
2 次查看(过去 30 天)
显示 更早的评论
Hi matlab answers,
My question is embarrisingly simple. I can't get simple things to work. For example, follwowing the mathworks tutorial I tried to read
in a file containg a matrix in a comma separated format. However the "readmatrix" function is undefined. I see nothing in the tutorial about loading a
library to get access to I/O functions. What is going on?
c082: matlab -nodesktop -nosplash
MATLAB is selecting SOFTWARE OPENGL rendering.
< M A T L A B (R) >
Copyright 1984-2018 The MathWorks, Inc.
R2018b (9.5.0.944444) 64-bit (glnxa64)
August 28, 2018
To get started, type doc.
For product information, visit www.mathworks.com.
>> M = readmatrix('basic_matrix.txt')
Undefined function or variable 'readmatrix'.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!