codeconstructo
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
219,325
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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); % ...
1 month ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0