About 5,730,000 results
Open links in new tab
  1. How do I insert a picture into a script? - MATLAB Answers

    Nov 19, 2022 · If your script is a live script that you have open in the Live Editor, select the Insert tab of the Toolstrip then click the Image button.

    Missing:

    • Figure

    Must include:

  2. How to load an existing .fig on live editor and show it as an output ...

    Dec 30, 2018 · I want to load an existing Matlab figure to my Live Editor script and show it as an output in the same way that it would appear if I used, for example, the plot function. I've tried …

  3. plot - How to create a new figure in MATLAB? - Stack Overflow

    Aug 3, 2012 · figHandle = figure('Name', 'Name of Figure', 'OuterPosition',[1, 1, scrsz(3), scrsz(4)]); The example sets the name for the window and the outer size of it in relation to the …

  4. MATLAB tutorial for the First Course: Live Editor - Brown University

    To create a live script in the Live Editor, go to the Home tab and click New Live Script. You also can use the edit function in the Command Window. For example, type edit penny.mlx to open …

  5. Modify Figures in Live Scripts - MATLAB & Simulink

    In the Live Editor, you can interactively modify figures in the output. Use the provided tools to explore data and add formatting and annotations to your figures. Then, update your code to …

  6. Programming with MATLAB: Writing MATLAB Scripts - GitHub …

    Feb 28, 2025 · Create new figures with figure, or new ‘invisible’ figures with figure(visible='off'). Remember to close them with close() , or close all . Save figures with …

  7. plot - Plotting from different matlab files - Stack Overflow

    Mar 27, 2014 · Alternately, you can turn each of your different plotting files into functions that take in the figure number as an input. For instance: % In PlotCode1.m function PlotCode1(num) …

  8. How to force an external figure in live scripts? - MATLAB

    Oct 13, 2016 · Use the following command: Neither select and F9, nor the Run command work for me because highlighting large sections to run F9 is tedious, and the Run command doesn't …

  9. Create new Figures with MATLAB live script

    Feb 23, 2024 · After using MATLAB live script, I noticed that when I create figures, the numbering does not increment by 1 as expected. Instead, it skips figures 2 to 4. For example, if I write the …

  10. How to Use Live Scripts in Matlab? | WiredWhite

    Jun 26, 2023 · To add text to your Live Script, simply type in the code editor area outside of any code blocks. You can use various formatting options available in the MATLAB Editor, such as …

    Missing:

    • Figure

    Must include:

  11. Some results have been removed