how to use workspace data and run the matlab ?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello I have mat file which contains data and i have written a matlab script.
for example
a= [1.021 -685.1 0 0;1 -0.5 0.02222 0;0.4228 0 -1.111 -0.4444;0.4228 0 01.556]
b=[140.2 0; 0 0; 0 1;0 1];
c=[9.55 0 0.2122 0; 0 0 0 0.4444];
d=zeros(2);
this is my inputs in the code but i have another *.mat file which contain data about a,b,c,d and i want to use this data and run the script.
how should i do this ?
1 件のコメント
Jan
2013 年 3 月 14 日
Please use meaningful tags. All questions in this forum concern "Matlab". Thanks.
採用された回答
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!