MATLAB: Neural Network with Integer inputs/outputs

narxneural network

How do do you configure MATLAB's neural networks eg NARX to handle integer inputs and outputs?

Best Answer

From what I can discern from searching the internet. The answer is
No.
The best you can do is round some of the output variables.
Hope this helps.
Greg