![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23661388_1630305583965_DEF.jpg)
codeconstructo
Followers: 0 Following: 0
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); % ...
4개월 전 | 답변 수: 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