Replacing function variables with a vector before taking a gradient
古いコメントを表示
I have a symbolic function:
A = 1/((C1*C2*R1*R2*w^2 - 1)^2 + w^2*(C2*R1 + C2*R2)^2)^(1/2)
I would like to replace C1, C2, R1, R2 symbolic variables with an x vector where C1 = C1_0*x(1); C2 = C2_0*x(2); R1 = R1_0*x(3); R2 = R2_0*x(4); and take a gradient of A by x. Whatever I tried failed to produce the result I am seeking.
3 件のコメント
darova
2021 年 7 月 30 日
To calcualte gradient/derivative you need at least two points for C1,C2 ...
Do you have them?
Valeri Aronov
2021 年 7 月 30 日
Valeri Aronov
2021 年 7 月 31 日
編集済み: Valeri Aronov
2021 年 7 月 31 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Assumptions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!