Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command-line argument to specify arch #3

Closed
GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment
Closed

Add a command-line argument to specify arch #3

GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Is this an entirely new feature or an enhancement of an existing feature?
Enhancement of existing feature,

What is the feature or enhancement?
I want an option added to change the architecture.  Right now when I try to 
start matlab through the proxy it fails to start because the default arch is 
64-bit because I have 10.6.8, but matlab is MATLAB_R2010aSV, which has no 
32-bit mac version.  The only way I've found to launch it is using this script 
and pointing the proxy towards it:

matlab.sh:
#!/bin/bash
shift
"/Applications/MATLAB_R2010aSV.app/bin/matlab" -maci "$@"

I don't say the script is perfect.  It might be dropping an argument, but that 
should give you an idea of what I mean.


If you have currently implemented a solution of your own to implement this
feature or enhancement, how have you done so?

I could probably do this if I needed to, though I don't see any build scripts, 
project files, or hints on how to build it, which would be a little annoying to 
do.  Or does this need something from MATLAB to build?

Original issue reported on code.google.com by guri.li...@gmail.com on 3 Aug 2011 at 6:07

@GoogleCodeExporter
Copy link
Author

matlabcontrol is designed to be platform independent, and operate the same 
under Windows, OS X, and Linux. Architecture settings only exist for POSIX 
systems (OS X and Linux) and as such the setting could not be honored on 
Windows.

Original comment by nonot...@gmail.com on 26 Oct 2011 at 6:37

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant