About 50 results
Open links in new tab
  1. disp - Display value of variable - MATLAB - MathWorks

    This MATLAB function displays the value of variable X without printing the variable name.

  2. fprintf - Write data to text file - MATLAB - MathWorks

    This MATLAB function applies the formatSpec to all elements of arrays A1,...An in column order, and writes the data to a text file.

  3. format - Set output display format - MATLAB - MathWorks

    This MATLAB function changes the output display format to the format specified by style.

  4. Format Output - MATLAB & Simulink - MathWorks

    Format Output MATLAB ® displays output in both the Command Window and the Live Editor. You can format the output display using several provided options. Format Line Spacing in Output By default, …

  5. function - Declare function name, inputs, and outputs - MATLAB

    This MATLAB function declares a function named myfun that accepts inputs x1,...,xM and returns outputs y1,...,yN.

  6. Print a statement to the Command Window - MATLAB Answers

    May 5, 2017 · I am writing a program. I want to display the statement 'job done' as the output in the Command Window. How can I do it?

  7. MATLAB - MathWorks

    The official home of MATLAB software. MATLAB is the easiest and most productive software environment for engineers and scientists. Try, buy, and learn MATLAB.

  8. Output Function and Plot Function Syntax - MATLAB & Simulink

    Output functions support subplot, so you can include multiple plots in one function by using an output function instead of a plot function.

  9. Display Output in MATLAB Command Window - MATLAB & Simulink

    Display Output in MATLAB Command Window MEX functions can display output in the MATLAB ® command window. However, some compilers do not support the use of std::cout in MEX functions. …

  10. datetime - Arrays that represent points in time - MATLAB

    Tips For a list of datetime functions, see Dates and Time. For a list of core MATLAB functions that accept datetime arrays as input arguments, see Core Functions Supporting Date and Time Arrays.