Answered
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. ...

13 years ago | 0

Answered
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...

13 years ago | 0

| accepted

Answered
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)...

13 years ago | 0

Answered
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...

13 years ago | 1

Answered
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...

13 years ago | 0

| accepted

Answered
"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,...

13 years ago | 0

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

13 years ago | 1

Answered
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...

13 years ago | 1

| accepted

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

| accepted

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 1

Answered
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...

13 years ago | 0

Answered
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...

13 years ago | 0

Answered
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 ...

13 years ago | 0

Answered
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...

13 years ago | 1

Answered
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 ...

13 years ago | 0

Answered
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...

14 years ago | 0

| accepted

Answered
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...

14 years ago | 1

Answered
>> 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...

14 years ago | 0

Answered
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 ...

14 years ago | 0

Answered
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: # ...

14 years ago | 0

| accepted

Answered
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...

14 years ago | 0

| accepted

Answered
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...

14 years ago | 0

Answered
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...

14 years ago | 1

Answered
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...

14 years ago | 1

| accepted

Load more