Feeds
提问
Exact XY point data of moving point using computer vision tool box in matlab
I have got 'points' x and y for each frame of the video. The segment of the code show below. My question is, these 'points' d...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to use parallel computing
how to use parallel computing for the given code syms M; L = 5.0;A = 1.6;P = 0.0; w = 0.4195; R = 25; PBAR = P/(pi*...
12 years 前 | 1 个回答 | 0
1
个回答提问
solving transcendental equation numerically
I am trying to solve the 2 transcendental equations for 2 variables A,M for the given L PBAR = 0; L = [0.1,0.5,1.0,1.5,2.0...
12 years 前 | 2 个回答 | 0
2
个回答提问
How to assign the value of a symbolic varible in a cell to other variable
i want to solve the equations for the variable M, syms M; L = 5.0; A = 1.6; P = 0.0; w = 0.4195; R = 25; PBAR = P/(pi*w...
12 years 前 | 1 个回答 | 0
