T/F A function can have no inputs
T/F A function can have no outputs
What is True
What is True
x= 2, 45, 67, 12, 56, 7070, 30, 12133
Calling 56
How is:
x(5)
The %_ to indicate reading a file
The %_ to indicate writing in a file
What is %r?
What is %w?
Word at the end of a loop
What is "End"
representation produced by "green"
What is produces an aspect of you figure to be green
Valid or Invalid function Name:
Cos
What is invalid?
m=[12, 23, 0; 3, 93, 230; 239, 9, 13]
Calling 13
how is
m(3,3)
The %_ to indicate writing in a file without deleting prior information
what is %a
What an while loop?
Graphical amenity indicated by 'o'
What is makes the point markers o's
The name for an in-script function/ function without a name
What is an Anonymous function?
A=[3,2,1;443,546,12]
B=[10,12,23; 0,0,23]
Find A*B
What is not possible
Name of a JSON file
Java Script Object Notation
Loop used when there is a defined start and end
What a For loop
Function to create a square using the x & y
Formatting for the heading of a function
What is:
Name of the function-Description of the function
Syntax
Input arguments
Output arguments
A=[1 3 4; 5 9 12; 19 5 7]
B=[ 12 6 1; 4 7 2; 7 8 4]
Find A+B
What is:
[13 9 5; 9 16 14; 26 13 11]
Utilizing a JSON File function name
jsondecode(data)
The name of the variable associated with a For loop
What is the Loop Control Variable (LCV)
Function to create bounds on the x axis
xlim(a,b)
Formatting of an anonymous function
What is
Funcname=@(var1, var2, ...) function
?
B=[23,1,2;45,12,76;10,434,30]
Find A*B
155 904 288
2881 5780 3844
3134 14998 2128
Accessing information from matrices inside on Matrices
Loop best for Creating graphs
What is....
Trick question they are both good for different tasks
RGB Triplet represented by [0 0 0]
What is Black