Reyly Bonilla
Followers: 0 Following: 0
Feeds
提问
Keep getting "Unable to perform assignment because the indices on the left side are not compatible with the size of the right side."
clear all; close all; clc; global t Ts Tm T Qmax CVS CVD tauD tauS % Initial Conditions Rs = 17.5; % mmHg/(liter/min) Rp =...
5 years 前 | 1 个回答 | 0
1
个回答提问
I keep getting an error message on this code, I dont know what the problem is. Keeps saying the expression is invalid
>>t = [0:10]; >>v1 = @t (2cos(t)-sin(t))*25*exp(-t); >>plot(t,v1);
6 years 前 | 1 个回答 | 0