Answered
I have this problem: Applications/MATLAB_R2012a.app/bin/mex: line 305: llvm-gcc-4.2
First, make sure you have installed the latest version of the patch (from the error you're getting, you may already have it inst...

13 years ago | 0

Answered
Calling a C sharp function from Matlab
If you stick your C# code into a .NET library, you can call it from MATLAB. You should not need to write MEX glue code. Take a...

13 years ago | 0

Answered
How can I make use of multiple cores in Matlab linear algebra
I believe that hyperthreading makes your system monitoring tool believe it has eight cores rather than four (real) core. For ex...

13 years ago | 0

Answered
Free Fortran Compiler - Win 64bit
Sorry, the only supported compiler on win64 is the (not free) Intel Fortran compiler: <http://www.mathworks.com/support/compile...

13 years ago | 0

| accepted

Answered
how to import .gdf file into matlab?
I'm not familiar with GDF files, but through Google I found <http://pub.ist.ac.at/~schloegl/matlab/eeg/>

13 years ago | 0

Answered
Can an mfile(s) written in Matlab on Windows be run on matlab for a Mac without compatibility issues?
As others have pointed out, differences are contained. I switch between Windows and Mac routinely, and my applications largely ...

13 years ago | 0

Answered
Matlab doesn't seem to recognize SPM 2 files - "spm_list_files.dll is not a valid win32 application"
Jason might be on to something with a corrupted download. However, I have also seen this message when a MEX file is present (an...

13 years ago | 0

Answered
how to add course directory to search path?
Presumably you've downloaded this software, or it is available on a local network you have access to. If not, get the software ...

13 years ago | 0

Answered
Why Would an m-file run quickly but publishing it runs slowly?
We'd need the code to be sure, but I'll guess that publishing is causing the JIT to *not* kick in some situation when normally i...

13 years ago | 0

Answered
Matlab Compiler 2012b and Visual Studio 2012
The intention is to start supporting Visual Studio 2012 with the R2013a release of MATLAB (Microsoft's release was too late in M...

13 years ago | 28

| accepted

Answered
how to read multiple csv files with headers?
Moklesur, If you are using a newish version of MATLAB, try loading the file with the Import Tool, and choose to generate a fu...

13 years ago | 2

| accepted

Answered
Why doesn't Matlab support newer gcc versions?
Kaba, MathWorks chooses its MEX compiler support based on a number a factors. Primary among those is platform support. MathWor...

13 years ago | 3

| accepted

Answered
How to turn off cell mode in Matlab editor in 2012b?
I believe section/cell mode is triggered by a double "%%" comment in a source file. If you change your "%%"'s into "%"'s, I bel...

13 years ago | 0

Answered
Getting Mac Menubar in the right spot in 2012B
The documentation you are looking for is in the release notes for R2011a: <http://www.mathworks.com/help/stateflow/release-no...

13 years ago | 0

| accepted

Answered
Problem with Mex in Matlab R2012a - Mac OS X 10.8
There is a patch available for newer versions of Xcode: <http://www.mathworks.com/support/solutions/en/data/1-FR6LXJ/ http://...

13 years ago | 1

| accepted

Answered
Matlab命令mex -setup找不到C语言编辑器
R2009b supported Xcode version 3.1: <http://www.mathworks.com/support/compilers/R2009b/macintosh.html http://www.mathworks....

13 years ago | 0

Answered
How can I customize the workspace in the Mac version of Matlab?
When the Workspace window has focus, use the View->Choose Columns menu in the menubar.

13 years ago | 0

Answered
MATLAB Crash
The bug report the Holger mentioned back in January has a patch for 12a (only) attached to it. See the related topic <http://ww...

13 years ago | 1

Answered
Running mex files compiled on Linux
Before soft-linking from the MATLAB folder, I would first try unsetting LD_LIBRARY_PATH within MATLAB >> setenv('LD_LIBRARY_...

13 years ago | 0

Answered
Anyway to run MATLAB in the new Mac OS X?
Mountain Lion is released -- here is <http://www.mathworks.com/support/solutions/en/data/1-IXBVKD/ official information on MATLA...

13 years ago | 1

Answered
Installation failure on Ubuntu 12
<http://www.mathworks.com/support/solutions/en/data/1-D03Y9K/index.html?solution=1-D03Y9K This Solution> looks very much like wh...

13 years ago | 0

Answered
Matlab/Simulink and MacBook Pro Retina Display
At MathWorks, we have experimented with the HiDPI settings of OS X. Most MATLAB windows, such as the Editor and Command Window,...

13 years ago | 0

Answered
how to solve loadlibrary error?
loadlibrary did not yet support Visual C++ 2010 in R2012b. See <http://www.mathworks.com/support/compilers/R2010b/win64.html>...

13 years ago | 0

Answered
Running MATLAB code in Amazon cloud (EC2)
MathWorks has an <http://www.mathworks.com/programs/mdcs-cloud/index.html Early Adopters Program> in place just now. You curren...

13 years ago | 0

| accepted

Answered
Alternative to xlsread from website data on mac: matlab R2012a
I see this on my Mac. You are in a tough spot. Renaming the file won't changing its encoding (it would be "mv" and not "move" ...

13 years ago | 2

| accepted

Answered
Compiling Mex with GCC on Windows
gnumex may be your best bet; <http://www.mathworks.com/support/compilers/R2012a/win64.html compilers that MEX supports> does not...

13 years ago | 0

Answered
Opening a .DAT file
Okay, binary data. :( Do you know what the file is supposed to contain? What is created on a Intel x86 machine (that is, is th...

13 years ago | 2

| accepted

Answered
How to match up two lists of data with differing time intervals?
Interpolating down to one-minute intervals is a reasonable first step. Now, how to grab every fifth minute after that? Using y...

13 years ago | 2

Answered
mex -setup does not see a C++ compiler
You are using R2009a, so consult its pages for compilers that were supported at the time of its release: * <http://www.mathwo...

13 years ago | 1

Answered
How do I search these matlab cells/structures?
Interesting problem. Since the length of traces is not consistent, and their subfields may not exist, some degree of error chec...

13 years ago | 0

| accepted

Load more