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

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

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

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

| 수락됨

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

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

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

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

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

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

| 수락됨

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

| 수락됨

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

| 수락됨

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

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

| 수락됨

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

| 수락됨

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

13년 초과 전 | 0

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

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

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

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

답변 있음
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...

거의 14년 전 | 0

답변 있음
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,...

거의 14년 전 | 0

답변 있음
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>...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

| 수락됨

답변 있음
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" ...

거의 14년 전 | 2

| 수락됨

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 2

| 수락됨

답변 있음
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...

거의 14년 전 | 2

답변 있음
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...

거의 14년 전 | 1

답변 있음
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...

거의 14년 전 | 0

| 수락됨

더 보기