MATLAB: HDL Coder in Matlab 2013

HDL CoderMATLABverilogvhdl

is HDL Coder included in Matlab 2013 ? if its there how can i use it ?

Best Answer

HDL Coder is a separately licensed MathWorks product. To find out if you have the software installed and licensed, use the 'ver' command.
>> ver('hdlcoder')
If you have the software available, I suggest starting with the documentation and examples as a way to learn the tool basics.
Related Question