Facing issue while converting Matlab Code to C Code
Show older comments
The function 'designfilt' is not supported for standalone code generation.
In my code i used a designfilt syntax but while i converting Matlab to C code i am facing issue..at the same i cannot remove designfilt from my code ..what should i do ? What are the changes required to my code ?
4 Comments
madhan ravi
on 30 Aug 2019
Edited: madhan ravi
on 30 Aug 2019
edit:Sorry, thank you, sir Walter
Walter Roberson
on 30 Aug 2019
Not duplicate.
Walter Roberson
on 30 Aug 2019
"at the same i cannot remove designfilt from my code ..what should i do"
If you cannot remove designfilt from your code, then you should give up on converting your code to C.
If you only need one particular kind of filter, then in some cases it is possible to substitute other routines that can deal with that one kind of filter.
Hari Ijjada
on 30 Aug 2019
Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!