photo

Ana Carla Díaz Aguirre


Last seen: presque 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
186 302
of 301 287

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
0

RANG
 of 21 220

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 814

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to find error in Runge Kutta 4th Order
function RungeKutta4=RK4 (f,a,b,n,t0,y0) h=(b-a)/n; %n=(b-a)/h; t=a:h:b; k1=zeros(1,n+1); k2=k1; k3=k2; k4=k3; y=k4; ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to call a function, como llamar una funcion
How can I call a function with this paramethers f=-cos(x); a=-1; b=1; n=20; ------ function [cad,g]=biseccion(f,a,b,n) ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Como puedo crear función con diversas variables?
De la siguiente funcion que se muestra, como puedo crear un programa para que muestre las variables de la tabla? Gracias!!

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How can I introduce a scatter plot for this?
%Valores iniciales/inicial values C= 100; D= 0.1; b= 0.15; m= 0.05; g= 9.81; h= 0.001; yn= 0; vo=0; yo=0; yf=0; %Pr...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Unable to perform assignment because the left and right sides have a different number of elements.
I`m new in this, but im trying to solve a problem with euler`s method and appears this as an error. C= 100; D= 0.1; b= 0...

plus de 5 ans il y a | 1 réponse | 0

0

réponse