Support for MATLAB functions "medfilt2" and "adapthisteq" on Simulink
Show older comments
Hi,
I want to use the MATLAB functions medfilt2 and adapthisteq on Simulink (and then Xilinx System Generator). Before starting, I want to make sure that these two functions are supported by Simulink.
I haven't yet come across any document giving a list of functions which Simulink supports within the user defined MATLAB Function block (i.e. apart from the readily available blocks in the Simulink library.)
Although there are no readily available blocks on Simulink, I can call a user defined "MATLAB Function" block where my function includes medfilt2 and adapthisteq, right?
If it is not possible this way, should I use coder.extrinsic? Does this support these two functions on Simulink?
What are the other ways by which I can get my algorithm which includes these two functions to be working on Simulink?
I appreciate any inputs since I am new to Simulink.
Regards.
Accepted Answer
More Answers (1)
Tim McBrayer
on 2 Feb 2015
Edited: Tim McBrayer
on 2 Feb 2015
2 votes
In general the supported functions inside a MATLAB Function block are the same ones as for generating HDL from MATLAB, as documented in this Answer.
Neither of the functions you are looking for are supported for HDL code generation. You cannot use coder.extrinsic, either. It's not possible to call external code on a FPGA.
Categories
Find more on AMD FPGA and SoC Devices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!