From: BhupathiRao on 9 Jun 2010 04:33 how to get the job in MATLAB
From: James Tursa on 9 Jun 2010 04:45 "BhupathiRao " <bhupathi_lakinana(a)yahoo.com> wrote in message <hunjk0$iqa$1(a)fred.mathworks.com>... > how to get the job in MATLAB x = 1:.01:2*pi; thejob = plot(x,sin(x)); get(thejob) James Tursa
From: Steven Lord on 9 Jun 2010 09:48 "BhupathiRao " <bhupathi_lakinana(a)yahoo.com> wrote in message news:hunjk0$iqa$1(a)fred.mathworks.com... > how to get the job in MATLAB If you mean you want to work for The MathWorks, go to Company on the main webpage (http://www.mathworks.com) and click on Careers on the Company page. Each job listing has an "Apply Now" link at the top. If you mean you want a job that will allow/require you to work with MATLAB, there are many job websites out there; choose one (or several) and search for jobs that include MATLAB in their requirements. If you're looking to access a job on a Parallel Computing Toolbox scheduler, use the FINDJOB function. http://www.mathworks.com/access/helpdesk/help/toolbox/distcomp/findjob.html If you mean something else, please clarify. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
Pages: 1 Prev: designing of interfacing module Next: how to simulate an ANN in its nth epoch |