Info

この質問は閉じられています。 編集または回答するには再度開いてください。

dynamic size change in parameters of mex function

1 回表示 (過去 30 日間)
Amit
Amit 2014 年 11 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am trying to convert a user defined class function into mex function. I am passing class object as parameter. I am converting it into a structure as mex function does not support user defined class objects. Every time I call this mex function the parameters of the object (in my case structure parameters are changing the size). Hence, when I try to call mex function it gives an error that certain parameter does not have correct size. Is there any solution to this?
  1 件のコメント
Geoff Hayes
Geoff Hayes 2014 年 11 月 12 日
Amit - how are you converting your class object into a structure? Please include the code that does this translation. As well, please describe which parameters of the struct is change. Give before and after examples.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by