How to use workspace variables in functions
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sanwal Yousaf
il 15 Ott 2015
Modificato: Sanwal Yousaf
il 15 Ott 2015
I am working on writing a script that must extract data that is stored in a .txt file. The program that generates this data stores it in a txt file. There is about 20 lines of header before the data starts and then some data after the data that i am interested in ends. The rows of the data could change depending on the person who was the subject of the data. So i was using the inbuilt Import data function in the Home Tab to import data in a matrix but it is stored as a variable in the workspace. Is there a way that i could use the in the function that i am writing. Or is there a function that could help me call the variable from the workspace that i could incorporate in the script. Any help would be greatly appreciated.
0 Commenti
Risposta accettata
per isakson
il 15 Ott 2015
Modificato: per isakson
il 15 Ott 2015
If you need more help upload a couple of sample text files.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!