フィルターのクリア

Info

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

Dynamic dimensions in Bus object

1 回表示 (過去 30 日間)
Rob
Rob 2014 年 8 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I'm developing a sink C-MEX S-Function which handles a Bus object with four crucial fields as input. The first three are fixed-sized doubles named min, max and step. The fourth field has to be a double array whose dimension is defined by ceil((double) ((max-min)/step)). In my C-Struct I simply make this field a pointer which I can initialise dynamically with the values of the first three fields of the first incoming bus signal. How do I have to configure the bus object to accomplish a dynamic dimension of the fourth field in my bus object?
Thank you very much in advance!

回答 (0 件)

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by