Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm quite new to the NN Toolbox in Matlab and I would appreciate some help.

I'm trying to do a fluid dynamics simulation (Input - flow velocities, flow rates, diameters etc. - Output - pressure drop). So far I managed to get the basics out of it. I have a data set ot Input parameters and Targets which I used for training the network. I was wondering if I could use also classification data or some other type of parameters as input apart of the numerical input params.

For example...apart of typical velocities, diameters, flow rates and so on, my data is also classified, defining fluid types and other specifications for each timestamp.

Could I implement this information somehow or this isn't possible with NN?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.