Community Profile

photo

Lost


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
Matlab refuses to work via php! Help!
Sorry, my php code is actually: <?php exec("start /b matlab -nosplash -nodesktop -minimize -r Test"); ?> Forgot to...

10 years ago | 0

Question


Matlab refuses to work via php! Help!
This is my PHP file: <?php exec("start /b matlab -nosplash -nodesktop -minimize -r Test"); ?> This is my Matlab file: tes...

10 years ago | 1 answer | 0

1

answer

Question


Running Matlab through PHP not quite working.
So I have this line in my PHP code: exec('start /b matlab -nosplash -nodesktop -minimize -r Matlab3("C:\xampp\htdocs\temp\tes...

10 years ago | 0 answers | 0

0

answers

Question


I have a function tied into a pushbutton, but I want it to run automatically.
Ive spent about 3 hours trying to figure out how to do this. I am not a matlab expert, I just need the matlab program to run aut...

10 years ago | 2 answers | 0

2

answers

Question


How do I pull data from a CSV into the GUI?
I have a csv with a bunch of variables. I want matlab to open the CSV, and put the first variable into one field, the second ...

10 years ago | 1 answer | 0

1

answer