統計
MATLAB Answers
2 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error using * Inner matrix dimensions must agree? It also shows an error for Y, but I can't figure out what it is?
w = 3; t = 0:1:8; Y = (t*sqrt(t.^2+w^2))+((w^2)*log((t+sqrt(t.^2+w^2))/w)); P2 = 1-((w^2)/(t^.2+w^2))*cos(Y)*cos(Y); ...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Error using ode arguments (line 90) SCHROE must return a column vector?
This is to simulate a nth Eigenstate of a initial hamiltonian being carried under the Schrodinger equation to the nth eigenstate...
約8年 前 | 1 件の回答 | 0