Community Profile

photo

Waranga Ratnayake


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 2 answers | 0

2

answers