フィルターのクリア

How can convert .mdl to .m

8 ビュー (過去 30 日間)
behzad aghaei
behzad aghaei 2013 年 8 月 29 日
I can convert .m to .p by used pcode command but I want convert .mdl to .p
so to achieve this goal firstly I must convert .mdl to .m then by used pcode command convert .m to .p
In fact, I want anybody can not access detail simulink files but every body can run it.
Thanks
  2 件のコメント
Kaustubha Govind
Kaustubha Govind 2013 年 8 月 29 日
Could you explain why you want to convert the model to a .p file? Is it simply because you want to restrict access to the contents?
behzad aghaei
behzad aghaei 2013 年 8 月 29 日
Yes, exactly!

サインインしてコメントする。

回答 (3 件)

David Sanchez
David Sanchez 2013 年 8 月 29 日
To go from your simulink model to a m-file you have to re-write your model into matlab code. There is not a command to transform a simulink model into a m-file.
  1 件のコメント
behzad aghaei
behzad aghaei 2013 年 8 月 29 日
Thanks

サインインしてコメントする。


ES
ES 2013 年 8 月 29 日
You need not convert to m file, then to p code. For your needs, converting the subsystem to Masked sub system will be enough.
  1 件のコメント
behzad aghaei
behzad aghaei 2013 年 8 月 29 日
No this is not enough. because we want opening the Masked file but i want nobody has access to its contents

サインインしてコメントする。


Andreas Goser
Andreas Goser 2013 年 8 月 29 日
This sounds like you would like to protect your intellectual property, see this documentation for one way to do it. Other ways are creating an s-function from a model or subsystem using Simulink Coder.
  1 件のコメント
behzad aghaei
behzad aghaei 2013 年 8 月 29 日
Thanks a lot

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by