Matlab script question

3 次查看(过去 30 天)
Eugene
Eugene 2012-6-11
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 个评论
Walter Roberson
Walter Roberson 2012-6-11
Duplicate is at http://www.mathworks.com/matlabcentral/answers/40800-matlab-script-question-quick

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 String Parsing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by