home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 159 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.5 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!saimiri.primate.wisc.edu!ames!news.dfrf.nasa.gov!fred.dfrf.nasa.gov!todd
  2. From: todd@fred.dfrf.nasa.gov (Todd Vernon)
  3. Newsgroups: comp.soft-sys.matlab
  4. Subject: CMEX
  5. Message-ID: <1993Jan25.211337.5466@news.dfrf.nasa.gov>
  6. Date: 25 Jan 93 21:13:37 GMT
  7. Article-I.D.: news.1993Jan25.211337.5466
  8. Sender: news@news.dfrf.nasa.gov (Usenet news)
  9. Reply-To: todd@fred.dfrf.nasa.gov (Todd Vernon)
  10. Organization: Nasa Dryden Flight Research Facility
  11. Lines: 27
  12.  
  13. Our site uses Matlab 3.0 and now is moving to 4.0.  We have
  14. a few CMEX programs we generated to load large files containing
  15. time history data sets. 
  16.  
  17. Due to the way Matlab handles CMEX interaction, ( all passed 
  18. back data must be in a left hand argument),  this makes it
  19. very difficult to load data sets with unknown number or
  20. matrices.
  21.  
  22. Our data is mostly vector data, so what we do is pass back
  23. 2 left hand args, one that contains all our 1-by-n vectors 
  24. packed into one matrix, and the other a matrix of characters
  25. that make up each vector name.  After words, we have a m-file
  26. that breaks apart each seperate vector putting it in a matlab
  27. variable by the name in the other matix.  What a PAIN.  
  28.  
  29. Are we missing something here.   We really need a way to create
  30. matrices as we load the data and not have our hands tied by
  31. having to pass them back through left hand args.  
  32.  
  33. This really hinders our ability to access the data we need to 
  34. get to, any suggestions.  Changing data format is NOT an option.
  35.  
  36. Thanks in advance.
  37.  
  38.  
  39. -todd :  todd@fred.dfrf.nasa.gov
  40.