photo

Waranga Ratnayake


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to store values to the matrix and retrieve later as shown below ?
I want to store values on L to J correspondently and make a plot later using J or L(If values can store in L instead J) p(:,1) ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot matrix inside for loop ?
clc close all A=[0 3/10;3/5 0]; u=[0.3 ;0.8]; p=[0;0]; for n=1:50 p=A*p + u; plot (n,p(1),'-');hold o...

más de 5 años hace | 2 respuestas | 0

2

respuestas