Input & Output "Smart One"
If i give my secret function a x value as input the result will be y value as output.
Examples:
input: x=6 ----->>> output: ...
The Hills Are Alive...
After a long day of coding, you decide to get some fresh air and hike up a nearby hill. The hill isn't very tall, but since you...
Answered Adding each values to row vector
... but if you just want to create a vector with three values, you would use a statement like:
a = [1,2,3];
This produces a ve...