I need help with Range equation and range error
古いコメントを表示
I have set up these values in matlab. I need help finding the jacobian matrix for the system. Can I just use the jacobian function provided by matlab?
I also need help with solving for the expected solution uncertainty (1-sigma.
This equation should solve for x and y correct? I need to solve for this as well.
Finally how can I put this solution in a monte carlo simulation?
a = [0 10 0 10];
b = [0 0 10 10];
r = [25 45 65 85];
range_error = 0.5
(r^2)=((x-a)^2) + ((y-b)^2));
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



