統計
All
MATLAB Answers
2 質問
0 回答
ランク
of 179,242
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
3 パブリック チャネル
平均評価
30
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Laplace Transform of the function : x''(t) - 6x'(t) + 8x(t) = H(t-2); x(0) = 0 , x'(0) = 0. When executed I get 'str2sym error' and errors in line 174, 165 and 154.
clear all syms t s Y y(t) y2=diff(y(t),2); y1=diff(y(t),1); y0=y(t); a = input("Enter the coefficient of D2y: "); b = inp...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Matlab code for Engineering Physics not working
CODE %Assigning values of required constants k=1/(4*pi*8.542e-12) ; z=linspace(-0.5,0.5) ; E=zeros(size(z)); Q=1e-10; ...
4年以上 前 | 1 件の回答 | 0
