Info

This question is closed. Reopen it to edit or answer.

How to show graphs and answers in web browser when deploying a standalone .exe

2 views (last 30 days)
I'm currently working on a Neural Network Classifier for classifying heart murmurs. My steps of do this is by ask for an input from the user--->resampling inputs to 44100hz--->segment it by windowing the signal to 50000 elements per window--->feature extraction for the signal--->train the neural network using the feature for 10 classes of illness.
I've tested some examples given by mathworks in deploying a m.file into a standalone .exe by following this link http://www.mathworks.com/support/solutions/en/data/1-30REEY/
I'm using Apache to host some of these .exe and it works well. After deploying the mcr and all that I'm able to view it from other computers. By simply altering one function in the example, i'm able to do square(power of 2), and such simple task. But how do I pass result of graphs to others?
My problem now is:
-How to I pass graphs that I need to show to the user from the other side using this standalone .exe method?
-My programming skill is very very shallow and I'm in need of help
-Is getenv able to pass a .wav file uploaded by other user?
I hope that someone can enlighten me on this problem? I'm kinda desperate now and don't know where to turn to. I apologize for my bad grammar.

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!