photo

codeconstructo


Last seen: 9 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
125.614
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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); % ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 = ...

casi 3 años hace | 2 respuestas | 0

2

respuestas