photo

Waranga Ratnayake


Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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) ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 2 risposte | 0

2

risposte