Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
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/>

plus de 13 ans il y a | 0

Réponse apportée
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 ...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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 ...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 28

| A accepté

Réponse apportée
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...

plus de 13 ans il y a | 2

| A accepté

Réponse apportée
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...

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
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...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
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://...

plus de 13 ans il y a | 1

| A accepté

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

plus de 13 ans il y a | 0

Réponse apportée
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.

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 1

Réponse apportée
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_...

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 1

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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,...

presque 14 ans il y a | 0

Réponse apportée
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>...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
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" ...

presque 14 ans il y a | 2

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 2

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 2

Réponse apportée
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...

presque 14 ans il y a | 1

Réponse apportée
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...

presque 14 ans il y a | 0

| A accepté

Charger plus