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

casi 14 años hace | 0

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

casi 14 años hace | 0

| aceptada

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

casi 14 años hace | 0

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

casi 14 años hace | 1

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

casi 14 años hace | 0

| aceptada

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

casi 14 años hace | 0

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

casi 14 años hace | 1

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

casi 14 años hace | 1

| aceptada

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

casi 14 años hace | 0

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

casi 14 años hace | 0

| aceptada

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

casi 14 años hace | 0

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

casi 14 años hace | 0

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

casi 14 años hace | 0

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

casi 14 años hace | 0

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

casi 14 años hace | 0

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

casi 14 años hace | 1

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

casi 14 años hace | 0

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

casi 14 años hace | 0

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 0

| aceptada

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

alrededor de 14 años hace | 0

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

alrededor de 14 años hace | 1

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

alrededor de 14 años hace | 1

| aceptada

Cargar más