Feeds
提问
change initial condition with binary data in matlab
clear all; close all; % Constants M=315; % space domain length (in m) c=2*pi; % wvae speed co...
6 years 前 | 1 个回答 | 0
1
个回答提问
Error using plot Vectors must be the same length. Error in rain_analysis (line 15) plot(t/T,yt,'-b');
clear all; close all; T = 30*24*60*60; % Sampling interval LT = 360; % Number of sampling t = (0...
6 years 前 | 1 个回答 | 0
