photo

Carlo Mazzavillani


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Error: ()-indexing must appear last in an index expression. Which is the problem in line 4?? Help me pls
function [A] = SecondTypeStirlingNumber(i,n) A=zeros([i n]); for j=1:n A(j)(j)=1; for k=2:i A(j)(k) = A(j-1...

6 years ago | 1 answer | 0

1

answer