Matlab script question

1 vue (au cours des 30 derniers jours)
Eugene
Eugene le 11 Juin 2012
Take for example my script.m file has "A + B", and I have a .txt file that has two columns with x rows. I have assigned one of those columns as A, and another as B.
My question is how do I run the script.m file so that it uses those A and B values from the txt file? The only message I seem to get is that I have undefined variables for A and B, when I have already assigned them as such.
  1 commentaire
Walter Roberson
Walter Roberson le 11 Juin 2012
Duplicate is at http://www.mathworks.com/matlabcentral/answers/40800-matlab-script-question-quick

Connectez-vous pour commenter.

Réponses (1)

oblivious
oblivious le 11 Juin 2012
first open that file and read data. use fopen, fscanf etc to read data

Catégories

En savoir plus sur Low-Level File I/O dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by