Waranga Ratnayake
自 2019 起处于活动状态
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 2 个回答 | 0