How do I input this into matlab as a numeric matrix?
古いコメントを表示

I'm trying to find the eigenfrequencies of clamped-free annular plates. When using the symbolic toolbox the output eigenvalues do not match my comsol-made FE values, so I'm trying to figure out which is wrong. Any help would be much appreciated!
回答 (1 件)
Steven Lord
2021 年 7 月 14 日
0 投票
Assuming you have numeric values for α, λ, and ν and assuming J, Y, I, and K are referring to the various Bessel functions see the besselj, bessely, besseli, and besselk functions.
3 件のコメント
Eloise Kalavsky
2021 年 7 月 14 日
Like this? Seems reasonable to me unless there's some context from the previous sections of that chapter that I'm missing.
A = [besseli(1, 2) besselk(1, 2); besselj(1, 2), bessely(1, 2)]
Eloise Kalavsky
2021 年 7 月 14 日
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
