How to include a P-File in Simulink?

10 ビュー (過去 30 日間)
wkm42
wkm42 2016 年 6 月 1 日
編集済み: Shivam 2025 年 1 月 15 日
Hey, I'm trying to include a P-file into my Simulink model, but unfortunately it doesn't work. The File needs 2 inputs and generates 1 output. I tried to use the MATLAB Function Block to simply call the P-File:
function y = fcn(m,n)
y = p_file(m,n)
But I receive the error:
P-file '' is not authorized for compilation. To support compilation, please consider using 'coder.allowpcode' in this file. When the file defines a MATLAB class, 'coder.allowpcode' should be added to the class constructor.´
So how can i solve it if i can't edit the P-File and add 'coder.allowpcode'?
Thank you for any suggestions!

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 6 月 1 日
It is not the P-File that you would edit: it would be the .m file that is used to generate the .p file.
If you cannot edit the .m file and regenerate the .p file, then you cannot use the .p file in any of the accelerated modes, only in the very basic Normal mode.
  2 件のコメント
wkm42
wkm42 2016 年 6 月 1 日
編集済み: wkm42 2016 年 6 月 1 日
Even in Normal Mode i can't run the model. So i guess it's impossible, because i can't edit the .m file..
Shivam
Shivam 2025 年 1 月 15 日
編集済み: Shivam 2025 年 1 月 15 日
I want to understand more about the Pcode concept , can you recommend best sources to understand and use it.

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

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by