Zoe Westcott
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error in Unable to perform assignment because the left and right sides have a different number of elements.
I'm having an issue with trying to work out a error for a finte difference equation but keep getting the error of 'Unable to ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Why does this error occur-Unrecognized function or variable 's'.
function[e]= Convergent(h,m,s) A= (32*pi)/7 ; f = @(x) 0.*( x<25/64 & x>39/64) +cos(A*(x-0.5)).*( (25/64)<=x & x<=39/64); g ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Plots using for loops
This is my text, i want do a loglog plot for error which is my function Ptoject_example3 against h, but wheneber I run the code ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How can I plot cos(x)^n for n between 1 and 10 on the same plot.
I'm trying to work out the error on finite difference approx for the cos hill. Ive got the current code but trying to adapt this...
2年以上 前 | 1 件の回答 | 0