From: Etienne G. <et...@cs...> - 2005-02-11 13:35:14
|
Hi Felipe, you should now be able to edit the wiki. I haven't added your contribution because I am busy right now. Cheers and thanks for your help w/ the wiki, Etienne On Thu, Feb 10, 2005 at 08:07:48PM -0400, Felipe G. Nievinski wrote: # > Editing not allowed for 131.202.141.24 / 12599.gge.unb.ca: user, ip, # > or network is blocked. # > # > Please contact octave-dev at lists.sourceforge.net, specifying your # > IP, if you would like to contribute to this site # # Please, I'd like to contribute the following piece of code to # http://wiki.octave.org/wiki.pl?TipsTricks # # # function experience # # %!test # %! experience_design_mat # %! experience_obs_eqs # %! assert (experience_design_mat == pi); # %! assert (experience_obs_eqs == exp(1)); # %! # %! endfunction % this is a trick. # %! % now we can declare functions to be used by the test above. # %! # %! function a = experience_design_mat # %! a = pi; # %! endfunction # %! # %! function b = experience_obs_eqs # %! b = exp(1); # %! % endfunction: don't add it here. Let test() do it. # # # ------------------------------------------------------- # SF email is sponsored by - The IT Product Guide # Read honest & candid reviews on hundreds of IT Products from real users. # Discover which products truly live up to the hype. Start reading now. # http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click # _______________________________________________ # Octave-dev mailing list # Oct...@li... # https://lists.sourceforge.net/lists/listinfo/octave-dev -- Etienne Grossmann ------ http://www.cs.uky.edu/~etienne |