Tagged Questions

2
votes
1answer
1k views

How to format data for use in nntool (MATLAB)?

In nntool, the sample data is formatted as: [0 1 -1; 2 3 1] I have ~8000 data points in a text file. How do I format those points for use here? What does the semicolon signify?