photo

codeconstructo


Last seen: 約1ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
129,298
of 297,503

評判
0

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I use meshgrid to isolate the center values of a matrix and change them? So if it is 10x10, I want to change the 2x2 at the center. At 20x20, I want to change the 4x4
clc, clear, close all; % clear the command window size = 10; % set the size for matrix, can be any number x = zeros(size); % ...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How can I define the error function and use a Maclaurin series to approximate a value?
My question is: erf (x) = 2/sqrt(pi)*integral(exp(-(t^2)) from 0 to x (a) Use the Maclaurin series (Taylor series centered at 0...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Approximate Value Using Taylor Polynomial
I have the following problem: Use MATLAB to help you approximate f(5) using a 10th degree Taylor polynomial centered at c = ...

約2年 前 | 2 件の回答 | 0

2

回答