![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32629173_1704945131990_DEF.jpg)
Peter
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
This statement is not inside any function.
function sumVector = computeSum(vector) sumVector = 0; for i = 1:length(vector) sumVector = sumVector + vector(i); end ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
File: myFact.m Line: 11 Column: 1. This statement is not inside any function.
function result = myFact(n) if n == 0 result = 1; else result = 1; for i = 1:n result = result * i; ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Error using surf Z must be a matrix, not a scalar or vector.
I was trying to plot using the following code but i get this error. Please help me. Thank you! x=(0:0.1:pi); y=(0:0.1:pi); [X...
12ヶ月 前 | 2 件の回答 | 0