Re: Not able to run MATLAB execution using shell script.

2014-06-27 Thread Rachit Kumar
o will it be >>>> possible for me to change the PATH of Jenkins userid and and run the MATLAB >>>> simulation. >>>> Thank you! >>>> >>>> >>>> On Thursday, 26 June 2014 11:36:49 UTC+2, matthew...@diamond.ac.uk >>

Re: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Vivekanand S V
June 2014 11:36:49 UTC+2, matthew...@diamond.ac.uk >>> wrote: >>> >>>> Doesn’t matlab: command not found tell you what the problem is? If it >>>> works from the terminal but not under Jenkins, then the PATH is presumably >>>> different

Re: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Rachit Kumar
id that Jenkins runs under? >>> >>> >>> >>> *From:* Rachit Kumar [mailto:tihcar...@gmail.com] >>> *Sent:* 26 June 2014 10:30 >>> *To:* jenkins...@googlegroups.com >>> >>> *Subject:* Not able to run MATLAB execution usi

Re: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Richard Bywater
using the same >> userid that Jenkins runs under? >> >> >> >> *From:* Rachit Kumar [mailto:tihcar...@gmail.com] >> *Sent:* 26 June 2014 10:30 >> *To:* jenkins...@googlegroups.com >> >> *Subject:* Not able to run MATLAB execution using shell

Re: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Rachit Kumar
in from the terminal using the same > userid that Jenkins runs under? > > > > *From:* Rachit Kumar [mailto:tihcar...@gmail.com ] > *Sent:* 26 June 2014 10:30 > *To:* jenkins...@googlegroups.com > *Subject:* Not able to run MATLAB execution using shell script. >

RE: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Matthew.Webber
...@gmail.com] Sent: 26 June 2014 10:30 To: jenkinsci-users@googlegroups.com Subject: Not able to run MATLAB execution using shell script. Following is the shell script: #!/bin/bash matlab -nosplash -nodisplay -r "InitFileName='model_init',VariableList={'motorspeed' &

Not able to run MATLAB execution using shell script.

2014-06-26 Thread Rachit Kumar
Following is the shell script: #!/bin/bash matlab -nosplash -nodisplay -r "InitFileName='model_init',VariableList={'motorspeed' 'motorpositions' 'voltage'},SimStart=0,SimEnd=20,ModelName='jenkins_test_model';jenkins_matlab" This works fine when I execute it from Terminal, but throws following e