Réponse apportée
How to overwrite some workspace variables in a dynamic program?
You can just reassign the variable with new content, MATLAB try to merge the new content with the old, nor will it leak memory. ...

presque 14 ans il y a | 0

Réponse apportée
Getting list of non-native dependent functions
Yes, MATLAB can generate a <http://www.mathworks.com/help/techdoc/matlab_env/f9-6232.html#f9-16299 Dependency Report> that shoul...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Matlab crashing randomly on Macosx Lion
Try closing both your Workspace and Variable editor windows (yes, I understand this hampers the usability of MATLAB a good deal)...

presque 14 ans il y a | 0

Réponse apportée
Out of memory: Have to restart matlab
Are you using a new-ish version of (64-bit) MATLAB on your Mac, or and older 32-bit version? I ask because 64-bit addressing sh...

presque 14 ans il y a | 1

Réponse apportée
MATLAB 2011a 32 bit on XP + MSVC 2008 express edition compiler
R2011a supports Visual C++ Express *2010*, not 2008. See: http://www.mathworks.com/support/compilers/R2011a/win32.html for d...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
"Internal problem" when running a MEX file the second time
Does the OpenCV library have a "close" function or something similar to call before the library is unloaded? Assuming there is,...

presque 14 ans il y a | 0

Réponse apportée
Find Min& Max Togather
Interesting coincidence: Loren Shure <http://blogs.mathworks.com/loren/2008/02/27/should-min-and-max-marry/ blogged> about comb...

presque 14 ans il y a | 1

Réponse apportée
Trouble compiling c++ examples that read .mat files on osx
The doc you indicated assumes you are building from within MATLAB, using the MEX command. You're building with GCC from the com...

presque 14 ans il y a | 1

| A accepté

Réponse apportée
Trouble compiling Mex files, "standard C libraries not found."
I would be tempted to try removing the MathWorks-supplied libraries from the search path inside of MATLAB: setenv('LD_LIBRAR...

presque 14 ans il y a | 0

Réponse apportée
Mex libraries for accessing matlab code from C++
Saket, Those libraries still exist, but they would be at a different location in R2009a: * The INCLUDE directory will like...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
Limit to Textscan?
That is an unusual file format. If I read you correctly, you have a file I would describe as "ragged down"... a consistent numb...

environ 14 ans il y a | 0

Réponse apportée
embedding MATLAB into C++ and vice versa
The first thing you need to decide is, which language will be the caller and which the callee? That is, will you start your pro...

environ 14 ans il y a | 0

Réponse apportée
Mex dll and c file in Win7 64bit (Matlab 2010b)
This mex script presumes the use of the bundled LCC compiler and hard-codes the installation folder of MATLAB. Try modifying co...

environ 14 ans il y a | 0

Réponse apportée
Problem with dll files
Is this question referring to the software found at <http://www.codeforge.com/article/184645 http://www.codeforge.com/article/18...

environ 14 ans il y a | 0

Réponse apportée
Licensing: Parallel Computing Toolbox labs vs independent MATLAB sessions
Independent MATLAB sessions are just that, independent. You could create more than 12 if you wanted to (and your system can han...

environ 14 ans il y a | 0

Réponse apportée
Maximum Number of Independent MATLAB sessions I can run on MY PC
There is no hard limit, but you run a greater and greater risk of running out of physical memory. This will cause your computer...

environ 14 ans il y a | 1

Réponse apportée
Read XLSX file on a Mac with R2012a doesn't work?
xlsread does indeed work with .xlsx files on the Mac beginning with R2012a. Abdallah, let's put aside what xlsinfo may or may...

environ 14 ans il y a | 0

Réponse apportée
mex in Mac OS X Lion
You need to go back to Xcode version 4.0.1, which was current at the time of the release of R2010b (see the link that Walter pro...

environ 14 ans il y a | 0

Réponse apportée
can not read this file
textscan can return a second output, "pos", which will return the position that textscan stopped at if an error occurred (which ...

environ 14 ans il y a | 0

Réponse apportée
Importing dates from Excel using Matlab 2012a
Importing dates "as dates" is only directly handled on Windows when Excel is also installed. On Mac (even when Excel is install...

environ 14 ans il y a | 1

Réponse apportée
Create a new directory on Mac
Good catch, Jeff. MATLAB releases R2011a, R2011b, and R2012a are all missing the "New Folder" button on the Mac. Sorry, there ...

environ 14 ans il y a | 0

Réponse apportée
Import from .txt or .csv
Assuming the CSV file looks like this: ,12/31/1999,01/03/2000 88553510,1,1 88579Y10,1,1 00282410,1,1 textscan (ship...

environ 14 ans il y a | 0

| A accepté

Réponse apportée
Use regexp in Matlab to return the value of a variable from a text file
I cannot really follow your regular expression, but the following should help you get started: text = ['$variable1 = answer1...

environ 14 ans il y a | 1

Réponse apportée
>> Help: Matlab code to fetch stock price data from yahoo finance
To grab a single delayed quote (using Apple -- AAPL -- as an example here). txt=urlread('http://download.finance.yahoo.com/d...

environ 14 ans il y a | 0

Réponse apportée
extract values in text document
For a customer file type like this, I would use a regular expression (the MATLAB function regexp) to scan the file. regexp can ...

environ 14 ans il y a | 0

Réponse apportée
How can the contents of data files be stored as an array of strings in matlab?
Thanks for providing sample data. The import tool should be able to handle this in recent versions of MATLAB. In R2012a: # ...

environ 14 ans il y a | 0

| A accepté

Réponse apportée
searching any string and sorting in DNS queries (question updated)
I'll take a stab at what I think you are describing: logs = ... { 'www.mathworks.com', '0.0.0.0'; ... 'www.malwa...

environ 14 ans il y a | 0

| A accepté

Réponse apportée
Nested for loop to parfor
How long does this loop take to run before converting the 'for' to 'parlor'? Are you running multiple local MATLAB workers on y...

environ 14 ans il y a | 0

Réponse apportée
Unable to find MCR Installer in R2010a?
Rohan, The MCR for that version of MATLAB is not available from mathworks.com. Assuming you received the compiled applicatio...

environ 14 ans il y a | 1

Réponse apportée
Can not print scope display on mac
The name of your printer may be causing confusion for MATLAB. Does <http://www.mathworks.com/support/solutions/en/data/1-5DRO9Z...

environ 14 ans il y a | 1

| A accepté

Charger plus