View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Posting Matlab Code

If you want to post matlab code into this coweb there is a "slight" problem. As you have noticed the * symbol is used to enclose new pages. If you use this symbol for multiplication in matlab you will end up potentially creating a lot of garbage pages. I suggest that for now that you use the file attach method to post code this will not make it visible in the coweb but it will be possible for others to download and test it.

Note that we have now fixed the problem and matlab code can be displayed by using the format below (edit page to be able to see the format).

test


a := 12.
if (a >= 12) then blah


Link to this Page