Template talk:Created with MATLAB

GIF? edit

is there an option for GIF? (see: File:Damped spring.gif and File:HarmonicDriveAni.gif) Now it defaults to Category:PNG created with MATLAB code Greetings --Jahobr (talk) 05:23, 5 December 2016 (UTC)Reply

Template fails when using vertical bar | in source code edit

The display of of source code fails at the point it contains the symbol |. This is unfortunate because this is the logical "or" command in matlab, and is therefore regularily used.

{{Created with MATLAB|code= a= true; b= false; c = a|b; % THIS TEXT DOES NOT SHOW }}

{{Created with MATLAB|code={{ a= true; b= false; c = a|b; % two brakets help; but a do not want them showing in my code}} }}

I assume the template reads this symbaol as "next template parameter". --Jahobr (talk) 20:07, 7 December 2016 (UTC)Reply

Return to "Created with MATLAB" page.