Answered
Matlab 2012 vs. 2013 performance
If you have a specific crash and reproduction steps, please open a support case. Without the specific data and/or code to repro...

11 years ago | 0

Answered
Will I even use Matlab in my engineering career?
My undergraduate degree is in Mech E. The first language I used way back when was BASIC but in college I learned FORTRAN and us...

11 years ago | 3

| accepted

Answered
Matlabpool doesn't open: No public field IsStartupComplete for class distcom.interactiveclient
It's most likely this: http://www.mathworks.com/support/bugreports/919688

11 years ago | 0

Answered
How to use a supercomputer
Basic outline of how to connect to a MDCS server using PCT: * If you have a recent enough MATLAB, use "Discover Clusters" und...

11 years ago | 0

Answered
Matlab (R2013a and R2012b) Documentation is totally broken in Mac os x 10.8.3
There is a bug report for this, and a workaround: http://www.mathworks.com/support/bugreports/870843 Just to make things c...

11 years ago | 4

Answered
How to create a packet sniffer with Matlab?
Why not use a tool like WireShark? I'm not saying you couldn't build a packet sniffer in MATLAB, but if you have work to get ...

11 years ago | 0

Answered
How matlabpool does work??
I'd suggest looking at the documentation for Parallel Computing Toolbox to see if the tools available might help with your probl...

11 years ago | 1

| accepted

Answered
Running MATLAB on a Linux server
It sounds like you need to add the directory with those files in it to your path. You can do this using the "Set Path" dialog...

11 years ago | 0

Answered
GPU computing with 'Quadro 600'
The Quadro 600 has 1 GB of RAM, but it's also a display card, so if you have a monitor hooked up to it, some of the RAM is being...

11 years ago | 1

| accepted

Answered
matlabpool hangs when working on a virtual machine
* If you validate your cluster profile, is there any more information provided? (Parallel > Manage Cluster Profiles > select th...

11 years ago | 0

Answered
MatLab + Windows + UNC + HTCondor (generic scheduler)
I'm suspecting that the account doing the launching is the LocalSystem account. This account (by design) has no access to the n...

11 years ago | 0

Answered
How can I tell matlab it's running in the background?
I would run "system(env)" in both modes, put the output to a file, and diff them. I have a sneaking suspicion that the differ...

11 years ago | 1

| accepted

Answered
Benefits of Creating Functions
Functions are great for the following reasons (and probably more that don't spring to mind immediately) * You will not need t...

11 years ago | 3

Answered
"cannot locate Java Runtime Environmen (JRE)" installing Matlab on Linux
Installation support is free of charge, you'll likely get a faster resolution there.

11 years ago | 0

| accepted

Answered
Error using cd Cannot CD to /Users/mananmehta/Documents/MATLAB/dataset/1 (Name is nonexistent or not a directory). Error in load_database (line 12) cd(strcat('/Users/mananmehta/Documents/MATLAB/dataset/',num2str(i)));
You are making a directory '/Users/mananmehta/Documents/MATLAB/dataset/stereo-pairs/cones' but then changing directory to '/User...

11 years ago | 1

Answered
Error After Running Program
There is a "step" function that's part of the Control System Toolbox for that release. If that toolbox isn't installed, you wou...

11 years ago | 0

Answered
How do I get MATLAB to propery start up on Mac?
Is your username "morgansinko(1)"? Parenthesis in a username seem odd. Does the directory /Users/morgansinko(1) actually ex...

11 years ago | 0

Answered
How to execute an application file by MATLAB command?
The link you included is invalid, but to run an executable with the system command, you do the following: [status,result] = s...

11 years ago | 1

| accepted

Answered
how i count the values.
Are you just looking for the sum? In that case, use "sum" >> a=[1,2,3,4,5,6,7,8] a = 1 2 3 4 5 ...

11 years ago | 0

Answered
matlab 2012b licenses problem
License issues are best addressed by a call to Technical Support. I'd guess that if this was working yesterday, though, the f...

11 years ago | 0

| accepted

Answered
Syntax to comment/uncomment line(s) of code in a Matlab script
I would use an "if" statement combined with some functions. The "if" provides the control flow, and the functons called preve...

11 years ago | 0

Answered
What to use instead of FileOutputBuffer() for writing MAT - file in memory rather than on disk ?
You could look at using a RAM disk. This article explains it fairly well: http://blog.laptopmag.com/faster-than-an-ssd-how-t...

11 years ago | 1

Answered
Move Matlab installation folder
You can move it, but it's highly possible that there will be things that will stop working properly if you do ... for example, i...

11 years ago | 0

Answered
How to correct toolbox installation?
You can call Installation Support free of charge if you are having troubles. The short answer is that it sounds like the (I'm...

11 years ago | 0

Answered
MDCS for n>12 parfor on local multicore computer
Ideally, what you describe is true -- you set up a profile to use a remote cluster, and your code runs on that remote cluster. ...

11 years ago | 1

Answered
When I am running my Simulink Model,after some time ,it mention that "Memory Allocation Error " and "Out of Memory error".Can anyone help me ,how to sove the issues or problems?
# Is your system really out of memory? Use your system's tool that checks memory to see if this it true. On Windows it's Task ...

11 years ago | 0

Answered
What is the default installation path for Matlab on architecture X?
Install locations have defaults, but these defaults can (and are) changed all the time for various reasons. It's not "advertise...

11 years ago | 2

| accepted

Answered
How to read in a text file with data seperated by a colon first, than a comma and than a dash?
I'd suggest taking the example you have there, putting it in a file, and using the Import Wizard. In the upper left hand side, ...

11 years ago | 2

Answered
Running MATLAB on HPC
I'm suspecting the "out" file is from the scheduler, telling you job output. If you are executing a "save" command in MATLAB, i...

11 years ago | 0

| accepted

Answered
Matlab Slow Import using Import preview
If you are importing a lot of data that's the same format, you can generate code from the Import Wizard and then use that code t...

11 years ago | 1

| accepted

Load more