User Portlet
| Discussions |
|---|
| I wrote a Mathematica notebook and a package using Mathematica 11. Everything works fine there, so I tested it also with Mathematica 10.4 in my computer. As I did with Mathematica 11, I click Evaluate Initialization Cells (to make everything in the... |
| I use Import[] to import an image and ImageResize[] to resize it: ImageResize[Import["figure.jpg"],{400,300}] If I use that in a new notebook, I obtain what I want; if I use it in the notebook that I am writing, the image is blurry and... |
| I use this function to generate a graphic and a PopupMenu: Labeled[listar1 = {PopupMenu[Dynamic[r1], {"Sen","Cos","Tan"}]}; Plot[Sin[x],{x, -2 Pi, 2 Pi}, PlotStyle->Red,PlotRange->{-4,4},ImageSize->Large], ... |