Feeds
提问
Property validation for a vector
How can I check that the property of a class is a vector? This is what I have but it doesn't work: properties Col...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can I get more than one solution with solve()?
This is my code: syms x y; vars = [x,y]; eqn = x^3 + y^2 == 0; solve(eqn,vars, 'Real', true) But it really gives me one sol...
5 years 前 | 1 个回答 | 0
