Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: Warning: Input arguments must be scalar.

$
0
0
Hi Christos,

It is right this command:

c = zeros(1:nx,1);

You should have used:

c = zeros(nx,1);

Best.

Viewing all articles
Browse latest Browse all 19628

Trending Articles