Matlab Coder entering varying size input

1 回表示 (過去 30 日間)
dan berkowitz
dan berkowitz 2012 年 2 月 28 日
hi, i'm using Matlab Coder to create a static c library. i have a function, L1 which has one input. (output = L1(input)) L1 is an array that can be (2:n,1). that is, the input can be from a 2x1 array to an nx1 array. How do i enter this into the compiler, as it asks for a specific size of the input? any help would be appreciated. thanks db

採用された回答

Titus Edelhofer
Titus Edelhofer 2012 年 2 月 28 日
Hi Dan,
if you use the MATLAB Coder tool for compiling, you specify the size of input either e.g. as :10 x 1 (if n always smaller or equal to 10) or :inf x 1 to have the number of rows "unlimited".
Titus

その他の回答 (1 件)

dan berkowitz
dan berkowitz 2012 年 2 月 28 日
thank you. appreciate your help! db

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by