Feeds
提问
help with editing variables
Hello, a=2; b=a+3 How to modify the constant "a" after I declare this constant, to modify the variable b?
14 years 前 | 2 个回答 | 1
2
个回答已回答
help with systems in matlab
>> f=[((ij1 +0.08)^2 +zj1^2+(-0.16^2)), ((ij1-0.13+0.02)^2+zj1^2+(-0.23^2+0.1^2))]; SOLUTION = solve(f(1), f(2)); >> Soluti...
help with systems in matlab
>> f=[((ij1 +0.08)^2 +zj1^2+(-0.16^2)), ((ij1-0.13+0.02)^2+zj1^2+(-0.23^2+0.1^2))]; SOLUTION = solve(f(1), f(2)); >> Soluti...
14 years 前 | 0
提问
help with systems in matlab
<http://imageshack.us/photo/my-images/535/sistem.gif/> Hello I must solve a system like this (link posted above) in Matlab, a...
14 years 前 | 2 个回答 | 0
