photo

jim


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer