matlab questions and answers in October 2022
```{r} rm(list=ls()) x = c(1,1.5,2,3,4,4.5,5,5.5,6,6.5,7,8,9,10,11,12,13,14,15) y = c(21.9,27.8,42.8,48.0,52.5,52.0,53.1,46.1,42.0,39.9,38.1,34.0,33.8,30.0,26.1,24.0,20.0,11.1,6.3) length(x) ``` ... question 2 . Iterative Fibonacci (scalar output) My Solutions > The Fibonacci sequence defined by F = 1, 1,2,3,5, 8, 13, 21, 34,55, 89, .. where the Ath term is given by Code has already bee... . 5. Let U1 = (1, 1, -1, 2, 1), U2 =(2. 1, 2, -1, 1), U3 = (1, 2, 0, 1, 2], U4 = (O, 2, D, 1, -4), and U5 =(1.1, 2, -1, 2). Use MATLAB to write (if possible) the vector v = (5, 8, 7, —2, 4) as a l...