답변 있음
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년 전 | 1

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 1

답변 있음
problem with commad window resolution
File > Preferences > Fonts. Top box.

대략 14년 전 | 0

답변 있음
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년 전 | 2

답변 있음
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년 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

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

14년 초과 전 | 1

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 4

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

더 보기