home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / engr / control / 282 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  35 lines

  1. Newsgroups: sci.engr.control
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!purdue!yuma!csn!news.den.mmc.com!stote
  3. From: stote@tomcat.den.mmc.com (M. Stote)
  4. Subject: Re: Translating from Xanalog to Simulink
  5. Message-ID: <1992Nov16.185444.25759@den.mmc.com>
  6. Sender: stote@tomcat (M. Stote)
  7. Nntp-Posting-Host: tomcat.den.mmc.com
  8. Organization: Martin Marietta Astronautics Group
  9. References:  <27497@oasys.dt.navy.mil>
  10. Date: Mon, 16 Nov 1992 18:54:44 GMT
  11. Lines: 22
  12.  
  13. Simulink does have the capability of using a text-based approach to 
  14. inputting parameters in blocks, even to building block diagrams.
  15.  
  16. One has to just look at the .m file created by Simulink to get an idea 
  17. of the structure.
  18.  
  19. Specifically for entering parameters in a block, use the function:
  20.     set_param     ref: Simulink Manual pg 3-32, 4-131
  21.  
  22. I'm not sure how useful this will be in your translating from Xanalog to
  23. Siimulink, but it is certainly extremely useful in doing parametric
  24. studies.
  25.  
  26. I whole-heartedly agree with your ocntention on a common structure for blocks
  27. and remember seeing such a structure proposed in one of the CACSD newsletters.
  28.  
  29. If anyone at Mathworks is reading this group PLEASE listen to this.  Having 
  30. an open interface structure will make it so much easier (ie possible) to 
  31. automate interfaces between various applications
  32. --
  33. Mike Stoughton
  34. stote@den.mmc.com
  35.