Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: generate random ip addresses Pin
David Crow20-Apr-04 16:30
David Crow20-Apr-04 16:30 
GeneralRe: generate random ip addresses Pin
toxcct20-Apr-04 22:17
toxcct20-Apr-04 22:17 
GeneralRe: generate random ip addresses Pin
Paul Ranson21-Apr-04 9:29
Paul Ranson21-Apr-04 9:29 
Generalfetching selected text Pin
TFB20-Apr-04 12:22
TFB20-Apr-04 12:22 
QuestionWhat does this line of code really do? Pin
Redbehelit20-Apr-04 10:22
Redbehelit20-Apr-04 10:22 
AnswerRe: What does this line of code really do? Pin
David Crow20-Apr-04 10:41
David Crow20-Apr-04 10:41 
AnswerRe: What does this line of code really do? Pin
axid3j1al20-Apr-04 17:22
axid3j1al20-Apr-04 17:22 
AnswerRe: What does this line of code really do? Pin
Mike Dimmick21-Apr-04 1:02
Mike Dimmick21-Apr-04 1:02 
GeneralSorting contents of CObList array Pin
Still learning how to code20-Apr-04 10:04
Still learning how to code20-Apr-04 10:04 
GeneralRe: Sorting contents of CObList array Pin
David Crow20-Apr-04 10:23
David Crow20-Apr-04 10:23 
GeneralCast/Conversation Pin
Irish_GUI20-Apr-04 10:02
Irish_GUI20-Apr-04 10:02 
GeneralRe: Cast/Conversation Pin
David Crow20-Apr-04 10:45
David Crow20-Apr-04 10:45 
GeneralRe: Cast/Conversation Pin
Irish_GUI20-Apr-04 10:55
Irish_GUI20-Apr-04 10:55 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 10:59
toxcct20-Apr-04 10:59 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 10:58
toxcct20-Apr-04 10:58 
GeneralRe: Cast/Conversation Pin
Irish_GUI20-Apr-04 11:10
Irish_GUI20-Apr-04 11:10 
GeneralRe: Cast/Conversation Pin
toxcct21-Apr-04 5:10
toxcct21-Apr-04 5:10 
GeneralRe: Cast/Conversation Pin
Anonymous20-Apr-04 21:22
Anonymous20-Apr-04 21:22 
GeneralRe: Cast/Conversation Pin
toxcct20-Apr-04 22:14
toxcct20-Apr-04 22:14 
GeneralStructure Initialization Pin
aman200620-Apr-04 9:46
aman200620-Apr-04 9:46 
GeneralRe: Structure Initialization Pin
toxcct20-Apr-04 10:30
toxcct20-Apr-04 10:30 
GeneralRe: Structure Initialization Pin
Rick York20-Apr-04 11:07
mveRick York20-Apr-04 11:07 
GeneralAppend exported data to MatLab file Pin
Stemple20-Apr-04 9:12
Stemple20-Apr-04 9:12 
I am attempting to save data to a MatLab .mat file from Visual C++. I know how to use matPutVariable to do this in the standard way, but I would like to be able to save this data incrementally without allocating the full mxArray, because the size of the array would be so large as to cause a memory shortage.

Analogously, if I were writing this data to a text file, I would open the text file in append mode and print each datum to the end of the file as it's calculated. Is there a way to do this when saving to a .mat file?

Generalfast data access Pin
Cyberizen20-Apr-04 9:02
Cyberizen20-Apr-04 9:02 
Generalinvoking internet explorer with html/jsp Pin
VirtualRelease20-Apr-04 9:00
VirtualRelease20-Apr-04 9:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.