Feeds
提问
Why won't one of my plot points show
In this figure h_t won't show itself x = 0.5 f = exp(-0.5*x^2); t = 0.5; g_t = exp(-(x-3*t)).^2; h_t = exp(-x.^2+t...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error using mesh, Z must be a matrix
I don't know why, but z won't be registered as a martix even when it calculates it as amtrix. x=linspace(0,4,2); y=linspac...
11 years 前 | 1 个回答 | 0
