Protect a Simulink model but keep the possibility to modify it

1 回表示 (過去 30 日間)
Mathieu Gauquelin
Mathieu Gauquelin 2021 年 8 月 27 日
コメント済み: Mathieu Gauquelin 2021 年 8 月 30 日
Hello,
I am new on Simulink and want to protect a model in order to add a password for Read/Write action. In this way, I can send to my client the model but without the password it won't be able to modify it.
The way to protect a model like this include a kind of compilation which permits only the read action. Maybe I am wrong?
Thank you in advance if you can advice me.
Best regards.

採用された回答

Jonas
Jonas 2021 年 8 月 27 日
  8 件のコメント
Mathieu Gauquelin
Mathieu Gauquelin 2021 年 8 月 27 日
Ok you save my day. The load function of matlab doesn't need the coder.extrinsic function so the load function is compatible for the model protection (whereas all function needed coder.extrinsic are not, such as xlsread or readtable). Thank you very much.
Mathieu Gauquelin
Mathieu Gauquelin 2021 年 8 月 30 日
The load function, even if doesn't requrie the coder.extrinsic code line, is not supported also ... I tried with readtable but same thing. Do you know what matlab function can be used to read a table/csv/mat file and is compatible with the simulink coder ? Best regards.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by