beginners question on I/O

4 visualizaciones (últimos 30 días)
Robert  Dunne
Robert Dunne el 18 de Feb. de 2020
Respondida: Navya Seelam el 21 de Feb. de 2020
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'.

Respuestas (1)

Navya Seelam
Navya Seelam el 21 de Feb. de 2020
I see you are using MATLAB R2018b but the function readmatrix is available from 2019a. Update to R2019a or R2019b to access the function.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by