photo

Waranga Ratnayake


2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 2 | 0

2

답변