photo

jim


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I get the Command Window to recognize variables created in a function?
function [K,T] = KTBC(n) %Create the four special matirces assuming n>1 K=toeplitz([2 -1 zeros(1,n-1)]); T=K;T(1,1)=1...

거의 11년 전 | 답변 수: 1 | 0

1

답변