photo

Carlo Mazzavillani


Attivo dal 2018

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta