Feeds
提问
While loop and previous values
So, I have a vector x, with the starting values x0=[0;0;0] while abs(x(1)-y(1))> epsilon || abs(x(2)-y(2))> epsilon || ab...
8 years 前 | 1 个回答 | 0
1
个回答提问
Use a for loop inside a vector
The first part was to make a rectangle vector and the second part is to make a curve vector that uses the data from the recktang...
8 years 前 | 1 个回答 | 0
