photo

John


Last seen: 10 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Operator '*' is not supported for operands of type 'function_handle'.
draw_my_plots function draw_my_plots L = 3; eta_0 = 1 % Initial value of eta tol = 1e-5; rho = 1; max_iter = 100; % Maximu...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Invalid expression. Check for missing or extra characters
L = 3; eta_0 = 1 % Initial value of eta tol = 1e-5; rho = 1; max_iter = 100; % Maximum number of iterations % Define the ...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


I run this but its given me issues. Can someone assist
```matlab % Step 1: Define variables and parameters eta = 1; % Initial value of eta epsilon = 1e-5; % Convergence condition ...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Array indices must be positive integers or logical values.
nMax = 100; % Maximum value of n tol = 1e-5; % Tolerance value % Initialize arrays to store the values of eta eta1 = zeros(...

12 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


Index exceeds the number of array elements. Index must not exceed 100
eta = 0.25 omega = 0.01 gamma = 0.1 zeta = 0.1 theta = 0.5 alpha = 0.5 psi = eta/2 AJ = eta/4 beta = 0.02 %Now, we ca...

12 meses hace | 1 respuesta | 0

1

respuesta