How to Export XML file
古いコメントを表示
Hi,
I am new for mat-lab , below my mat-lab code export data to XML file ?
I have input video file read getting dynamic values like:
for i=1:10
%Video File Frame count (10),
matrix{1,i}=[4,5,3,2,2,2,21,3,4];%cell array 1-by-8 matrix ,export to vector data.

Note:In XML file like format i would like to export data from mat-lab please let me know .Thanks
end
5 件のコメント
SAMEER ahamed
2014 年 2 月 24 日
編集済み: SAMEER ahamed
2014 年 2 月 24 日
SAMEER ahamed
2014 年 2 月 25 日
The most seems fine to me here, you have even got a xml file. Could you please state the problem? Are you saying you want do declare a matrix in an xml file? If so there are some complications to that so please give a clearer statement of the problem before I go into this.
SAMEER ahamed
2014 年 2 月 26 日
編集済み: SAMEER ahamed
2014 年 2 月 26 日
Patrik Ek
2014 年 3 月 3 日
I am not 100% sure on this one, but I think that you will need to store it as a vector vector here.
回答 (0 件)
カテゴリ
ヘルプ センター および 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!
