photo

LG


Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


why is it not plotting?? blank graph
% Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1 =@(x,y1,y2) (-6*y2-5*y1)/.5 f2 =@(x,y1,y2) (...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


unable to perform assignment becuase the left and right sides have a different amount of elements HELPPP!!
f1=@(x,y1,y2) (-6*y2-5*y1)/.5 f2=@(x,y1,y2) diff(y1) % Condiciones iniciales ---------------------------------------------...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


why is it not plotting or graph? it comes out blank
R=6; L=0.5; C=0.2; Et=0; % Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1=@(x,y1) [x diff(...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


help in runge kutta 4 2nd order with establishing the functions
% Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1 =@(x,y1,y2) f2 =@(x,y1,y2) % Condiciones ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i write the RLC equations? (image)
% Método de RK4Orden --------------------------------------- % x-Vector de tiempo % y1,y2-Vectores de carga y corriente % li-...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find Coefficient R
-

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


It is not displaying both plots
x=[2012 2013 2014 2015 2016 2017] y=[10 10.9 11.7 12.6 13.8 14.9] plot(x,y,'dk') xlabel('Año') ylabel('Eje y') title('P...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


The graph is coming out blank
The graph for plot(x0,y0) comes out with no values, it´s blank. How can I solve this? clear all clc f=@(x,y) -y/.1; %función ...

circa 2 anni fa | 2 risposte | 0

2

risposte