How to save or convert a simulink model to csv file
6 ビュー (過去 30 日間)
古いコメントを表示
Hi all,I have a tank system in simulink and would like to save or convert it to a csv file.Does anyone know how this can be done?
0 件のコメント
採用された回答
Kaustubha Govind
2012 年 3 月 23 日
A .csv file is typically a text-file with comma-separated numerical values - how can a Simulink model be represented simply in terms of numerical values? AFAIK, such a conversion is not possible.
その他の回答 (3 件)
K E
2012 年 3 月 23 日
Are you trying to pass the output of a Simulink model into LabView, such as a time series of simulated position and velocity? If so then you can use a To Workspace block in your Simulink model to pass the time series out of Simulink and into Matlab's workspace, then in Matlab you could save the variable to a CSV file using a Matlab utility such as csvwrite. Then you could read the resulting csv file into LabView. There are other ways to go from [Simulink time series] to [saved csv file]; this is one example.
3 件のコメント
K E
2012 年 3 月 26 日
Here is a thread on reading a mat file into Labview,
http://forums.ni.com/t5/LabVIEW/I-want-to-read-a-Matlab-MAT-file-into-labview/td-p/322423
Since I am not a Labview user, you would want to follow up in that forum with any followup Labview questions.
Joseph
2012 年 3 月 26 日
1 件のコメント
Kaustubha Govind
2012 年 3 月 26 日
This might be of help: Building a LabVIEW User Interface for a Simulink® Model with LabVIEW Simulation Interface Toolkit (http://zone.ni.com/devzone/cda/tut/p/id/3057).
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!