• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

function

identifies M-file as a function

'

begins and ends a string

%

placeholder used in fprintf command

%f




%d




%e




%g




%s

fixed-point or decimal notation;




signed integer notation;




exponential notation;




either fixed point or exponential notation;




string notation

/n




/r




/t




/b

linefeed;




carriage return;




tab;




backspace



fprintf

creates formatted output which can be sent to command window or file

ginput

allows user to pick values from graph

input

allows user to enter values

num2str

changes a number to a string

sprintf

similar to fprintf; creates formatted output which is assigned to a variable name and stored as a character array