Answered
Mapping Network Drives using Matlab
You can use the system() command to shell out and execute the script. You can even just do the "net use" from the system() call...

14 years ago | 1

Answered
GPU memory fragmentation
In 2012a, a "reset" command has been added: Description reset(gpudev) resets the GPU device and clears its memory of GPUAr...

14 years ago | 0

| accepted

Answered
how to kill an orphaned matlab.exe process?
When I've found that the normal utilities don't work, I reach for the PStools. http://technet.microsoft.com/en-us/sysinternal...

14 years ago | 0

Answered
Have waited all day for a license become available but with no luck, Can someone check if this is a real max no. users problem, or something else?
if you use lmstat as indicated in the link in the error, it should connect to your license server and tell you the license consu...

14 years ago | 0

Answered
Connecting to MDCE Services on Worker Nodes from Head Node with MDCS
In the Admin Center, there is a "Test Connectivity" test under the "Hosts" menu. Does that come back clean? It sounds like t...

14 years ago | 0

| accepted

Answered
Basic Parallel Processing
I would take a look at the "job and task" programming model. You could do it something akin to the following pattern: for ...

14 years ago | 1

Answered
problem with commad window resolution
File > Preferences > Fonts. Top box.

14 years ago | 0

Answered
Limiting MATLAB memory usage
You could set the swap file size on the machine to a specified (small) amount. This will prevent Windows trying to be "helpful"...

14 years ago | 2

Answered
Parfor and multithreading
Are the CPUs really quad core, or are they dual-core with hyper-threading enabled? You'll likely need to look up the CPU specs ...

14 years ago | 0

Answered
reading external data via lan or usb or others
What do you want to read the data from? A file on your LAN or USB stick? An instrument? A camera? What do you mean by "anyth...

14 years ago | 0

Answered
Didn't recognize full workers when using 'matlabpool'?
I would venture to guess that you have a machine with hyper-threading. This essentially means that two cores are presented as f...

14 years ago | 1

| accepted

Answered
to change iso file to .exe file
You can't, they are two entirely different things. With an .iso, you need to somehow make it available as a "disk" to the o...

14 years ago | 0

Answered
is there a way to download matlab r2010a when I already have the serial number?
Another alternate method: Put both machines on the same network, share the DVD drive. Here's how: On the machine with the...

14 years ago | 0

Answered
Computing times differences between computers
Missing details: * Operating system on each machine? Sounds like XP (32-bit) and Win7 (64-bit) * 32 or 64 bit MATLAB? (you...

14 years ago | 0

Answered
car license plate extraction
As my brother in law says, "when in doubt, Google out" http://www.mathworks.com/matlabcentral/answers/33780-how-i-extract-num...

14 years ago | 0

Answered
Why does a .dat file look good in Matlab, then open with incorrect formatting externally??
When you are opening the file externally, what are you using? It could look "incorrect" if you are opening it in a program that...

14 years ago | 0

Answered
How to point to folders/files on a remote server in MATLAB?
For most purposes, MATLAB doesn't really implement anything that does such things -- it relies upon whatever the system presents...

14 years ago | 0

| accepted

Answered
MATLAB multiple sessions
http://www.mathworks.com/matlabcentral/answers/30979-running-the-same-matlab-program-in-two-matlab-windows Short answer: You...

14 years ago | 1

Answered
Malaysia plate number recognition
http://www.mathworks.com/matlabcentral/answers/33780-how-i-extract-number-plate-from-a-back-side-of-car-image-i-want-to-identify...

14 years ago | 0

| accepted

Answered
Performance issue (CPU usage)
It is entirely speculative without seeing what's going on in your code. The condition that springs to mind immediately would be...

14 years ago | 0

Answered
Have to run restoredefaultpath everytime restart parfor loop
Is some function or code you are calling modify the path? More specifics would be good to know -- for instance do the worke...

14 years ago | 0

Answered
Is there any low cost tablet which could effectively run matlab ?
MATLAB runs on Linux, Mac OSX or Windows. I believe there are some "tablet" notebooks on the market that have a touch-screen ...

14 years ago | 0

Answered
Starting long code runs over MATLAB mobile?
If you have Parallel Computing Toolbox, you could submit the code as a batch job to the local scheduler, then get the results la...

14 years ago | 0

Answered
can I disable entire sections of code temporarily
Usually when I get to a place where the code has gotten this large, a little voice in my head starts screaming "PUT IT IN A FUNC...

14 years ago | 4

Answered
disable command window opening when executing external programs
Try using system('program.exe inputfile.txt 1 > NUL 2 > NUL') or system('program.exe inputfile.txt -I &') Als...

14 years ago | 0

Answered
Can MATLAB tell me which gpu device is the one connected to the display?
Ways I could think of to determine which device is connected to a monitor. Some of this is a bit of wild conjecture on my part,...

14 years ago | 0

Answered
Many Java erros under Windows 7 using "Windows 7 basic" theme.
Have you tried turning off UAC? MATLAB could be trying to write somewhere where Windows thinks it shouldn't be? As a quick exp...

14 years ago | 0

Answered
When clicked on Matlab icon does not start Matlab
Check your file associations. In Windows 7, go to the Control Panel, type in "Associations" in the "Search" field (upper right-...

14 years ago | 1

| accepted

Answered
invalid file identifier when more text files are introduced
First, check that you at closing any things you are opening, as Matthew suggests. If you are doing that, check the outputs of t...

14 years ago | 0

Load more