User Portlet User Portlet

Discussions
Thank you. Worked perfectly.
As workaround you can use the fact that sme's are actually zip files (currently, no guarantees for the future). So you can just unzip the .sme and you'll see that it contains a .mat file that you can open in SimulationCenter. I hope that helps, ...
Hi Otto, Thanks again, first for the acknowledgement that there is such a problem (the tech support claimed that this is because I installed WSM with admin rights, but although I knew they are wrong, I tried their directions with no luck). On...
I wonder which version you are using, since in ver. 11 is copies and pastes fine
I'm not aware of a graphical way of doing that as in PPT However if you change the screen "environment" to "working" then you might copy / cut / paste complete cells by selecting the appropriate cell brackets yehuda
That is not your fault, that is caused because you need a space between symbols: If Ie versus I f I e
Seems that r0 need some minor (and rather important) corrections 1. `Cos[U_]-> Cos[Expand[U]]` - Expand will not be used as this is an immediate rule and need to be replaced with a delayed rule `:>`, etc (see below) 2. `Cos[U_]+Cos[V_]->...
Comment, The `Apply` needs to be at level 1, that is, use `@@@` as its shortcut. I edited my previous answer above best
One comment though, A recursive solution is "not so nice" only because Mathematica is not a **true** functional language (in spite of the fact that it supports functional programming style). In functional languages (e.g., Erlang, Clojure, F#...