Feeds
提问
why is my code ignoring my while loop
In two cases, the code is ignoring what i put in a while loop and will just run whatever is after it. It will not run what is as...
6 years 前 | 1 个回答 | 0
1
个回答提问
plot of a function with multiple variables
I am trying to plot a function which gives the sum of variables x and y. clear all syms x y seriessum = @(n,x,y) symsum((x./...
6 years 前 | 1 个回答 | 0
