Recent content by iva_bg

  1. I

    Mathematica Effortlessly Display a Matrix of Numbers in Mathematica | Quick Solution

    Hello, does anyone have an idea how easily to display a matrix of numbers such that each entry, for example 3, is displayed (3%), without having to type it manually, i.e. a command to do it for each entry in my output matrix? Thanks a lot!
  2. I

    Mathematica How to Specify Tick Number and Distance in Mathematica Plot?

    Nothing happens... Do you know if that works with DateListPlot?
  3. I

    Mathematica How to Specify Tick Number and Distance in Mathematica Plot?

    Hello, does anyone know how to specify the number of ticks to be labelled in a plot at an equal distance, without writing the list of positions explicitly? Thanks!
  4. I

    Mathematica Mathematica continuous evaluation

    Hello, I have a Mathematica code with Manipulate [] and a number of inputs. At the end I have ContinuousAction->False, but my code keeps repeating the evaluation, even when the inputs are not changing. Ideally, I would like it to evaluate once when an input is changed. But now it goes like...
  5. I

    Mathematica Mathematica conditional input field

    Yes, that is great, thank you :)
  6. I

    Mathematica Mathematica conditional input field

    Hello, I need help constructing a drop-down menu in Mathematica with options depending on the selection from a previous drop-down menu. The example is first the user selects a continent, and then the second drop-down menu shows the respective countries. Any help would be much appreciated.
Back
Top