Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (*** Special cases of functions ************
  2.  
  3. ToMatlab[Log[10, 3]] ==> log(3).*log(10).^(-1);
  4. ToMatlab[Power[E, 2]] ==> exp(1).^2;
Add Comment
Please, Sign In to add comment