codeconstructo
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
219 352
of 295 638
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 255
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 207
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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); % ...
environ 2 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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 = ...
presque 2 ans il y a | 2 réponses | 0