Isabel Rojas-Ferrer
University of Missouri-Saint Louis
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
What does 'Undefined operator '*' for input arguments of type 'table'' mean?
I have defined all the values to the following equation ViNew(t,k) = (alpha)*(ViOld)*(t - 1)+(1 - alpha)*Qi(t) and have ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
What is wrong with my function?
function LinearOperator set S=data for t=S(:,1) if t=1 then ViOld=0 else set ViOld=S(t,2) end ...
대략 10년 전 | 답변 수: 1 | 0