Path: news.mathworks.com!not-for-mail
From: "Titus" <titus.edelhofer@mathworks.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Changing preferences from command line
Date: Fri, 17 Aug 2007 13:35:22 +0200
Organization: The MathWorks, Inc.
Lines: 20
Message-ID: <fa415r$kk8$1@fred.mathworks.com>
References: <f9vhri$orl$1@fred.mathworks.com>
NNTP-Posting-Host: de-edelhoft-x.ac.mathworks.de
X-Trace: fred.mathworks.com 1187350523 21128 172.16.75.150 (17 Aug 2007 11:35:23 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 11:35:23 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
Xref: news.mathworks.com comp.soft-sys.matlab:424281




"First Name Last Name" <nospam@nospamplease.com> schrieb im Newsbeitrag 
news:f9vhri$orl$1@fred.mathworks.com...
> any way to change/view particular preferences via command
> line? Such as multithreading support on/off in R2007a?
>
> Thanks ....

Hi,
for the multithreading: there are (undocumented) functions called
getNumberOfComputationalThreads and setNumberOfComputationalThreads, take a 
look at the demo:
>> edit multithreadedcomputations

For other preferences: probably Yair could come up with some java call, I 
don't know of some "official" way...

Titus