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
질문
거의 11년 전 | 답변 수: 1 | 0