K Dani
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Simpson's Rule
So I have to write a script to evaluate an integral using Simpson's Rule, including odd values of N. Right now I am not getting ...
約6年 前 | 2 件の回答 | 0
2
回答質問
Writing matrix to .dat file
I need to write two sets of data to a .dat file. I have two row vectors, n and an. The index n needs to be written to the value ...
約6年 前 | 1 件の回答 | 0
1
回答質問
Issue with ezplot and fplot?
Maybe I'm not understanding the logistics of ezplot and fplot, but I just need to plot the function f(x) = x-2*exp(-x). When I u...
約6年 前 | 1 件の回答 | 0
1
回答質問
A and B must be floating-point scalars.
I am trying to compute this function(as seen in the attachment) within a for loop but I keep getting an error. Here is my code ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Indexing & Move Me function
function out = move_me(v,a) lng = length(v); for i = 1:lng; %evaluating each position of v in relation to a ...
7年以上 前 | 3 件の回答 | 0