How can I send data from one function to another?
古いコメントを表示
I have a function that is reading values from a .txt file using fscanf, and storing those values in an array.
Now I have another function that needs to use that array, but I am getting an error that says the variable does not exist.
Research tells me that after a function is done running, the variable leaves the workspace.
How can I pass this data into the 2nd function?
Thank you!
1 件のコメント
amine&&
2016 年 7 月 5 日
What is the data type that is in the .txt file?
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Data Import and Analysis についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!