Solve function with integration of function of variable
古いコメントを表示
hi,
I want to use solve function on integration of varible, but it is giving error like:
"A and B must be floating point scalars".
The operation is like :
syms Y; solve(integral(@(x) exp(-x),0,T)==0.5);
Can you give suggestion to solve this (or) suggest me an alternative way. Thank you.
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!