How to import an matrix to a function or to another program

2 次查看(过去 30 天)
hello, I have 5 matrices that I need to run a program called 1Casotabela but in this on I have some cicles for where I need to import data from a different file. When those matrices where small I would copy and then past on an editor and create a function. But now these matrices are too big so I would like to know a way to import the data from these diferent programs I have for each matrix. At this point I tried to wrote : function ex1=Geo1(....) ex1=Kgeo1
where Kgeo1 is a matrix, at this point this dont work it apeear an error saying "Undefined function or variable 'Kgeo1'."
The files are attached. thank you

回答(1 个)

Ghada Saleh
Ghada Saleh 2015-7-17
Hi Nadia,
You can use the Import Data Tool in MATLAB. You can use it to select the data you want to import from a file and specify the output variable. You can also use it to generate an automated function to read the data from different files. Alternatively, you can use importdata function to import different files.
I hope this helps,
Ghada

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by