Community Profile

photo

Kyle Lazaroff


Last seen: alrededor de 3 años hace Con actividad desde 2019

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


How to add different size arrays to existing graph
I cant get the AM_O, AM_15D, and AM_15G in part 3 of my code to plot onto the existing SolarIrradiance.fig that i made earlier, ...

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

1

respuesta

Pregunta


How to shade area under curve between x values
I can't get the area to fill between the dimensions quite right, it keeps shaping wrong area, so far i have this code below cl...

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

1

respuesta

Pregunta


How to assign new variables to an equation with set parameters?
So far this is the code i have for it, i need to split L_sun into 3 variables based off of values set by lambda. close clear ...

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

1

respuesta

Pregunta


Array indices must be positive integers or logical values.
im not sure why i keep getting this error, if someone could show me how to fix it that would be great. The error is for l_2, i m...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Calculate derivative using central differencing
dx = 0.01; x = 0:dx:2*pi; signal = sin(x).*cos(10*x); dsignaldx_true = cos(x).*cos(10*x) - 10*sin(x).*sin(10*x); dsignaldx...

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

1

respuesta

Pregunta


Determine first and second derivatives, without using builtin diff function, using forward differencing with 0 dx error
% Set the range of x values for the function dx = 0.1; x = 0:dx:8; % calculates the value of f using a given function f = ...

más de 4 años hace | 2 respuestas | 0

2

respuestas