how can I konw the subset that hdl coder supported to transform a matlab to the verilog
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
yu leijian
am 18 Apr. 2015
Kommentiert: yu leijian
am 4 Mai 2015
i want to process a image,if I want to make a matlab code that supported to be transformed to verilog ,how can i know which function i can use ?
0 Kommentare
Akzeptierte Antwort
Tim McBrayer
am 20 Apr. 2015
The MATLAB functions supported by HDL Coder are conveniently listed in the documentation. From the MATLAB prompt, type:
>> web(fullfile(docroot, 'hdlcoder/matlab-language-support.html'))
to access it. All information about what language features and supported functions are listed under this point.
Weitere Antworten (1)
Bharath Venkataraman
am 27 Apr. 2015
If you have access to the Vision HDL Toolbox, there are a number of MATLAB System objects which can be used in image processing. See this link for more details.
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!