Mathew - MATLAB Central
photo

Mathew


Last seen: Today Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 06/24 to 03/25Use left and right arrows to move selectionFrom 06/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
138.514
of 297.307

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Too many input arguments
clear all; close all; syms k z0=2; r=0.01; K=100; t=0:20:500; u=0.75; B=1; H=@(r) B+r*(1+z0./K)*(u-1); F=@(t) r*(1-z0./K...

11 días hace | 2 respuestas | 0

2

respuestas

Pregunta


Suitable function(s) to be used for plotting the graph
clear all; close all; syms T U a=0.3; M=1; h0=1; h1=1; k0=1; k1=1; p=0.5; d=0.5; Z=10; t=0:1:10; H=@(s) (p*Z-d-exp(-s))*k1; ...

12 días hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting the graph of only the last iteration
% Need to plot the graph of only the last iteration but multiple graphs are % produced. Only one graph is desired. clear all; ...

14 días hace | 1 respuesta | 0

1

respuesta

Pregunta


Missing input in the argument
clear all; close all; a=0.35; M=1; r0=0; r1=0; p=0.5; d=0.5; Z=100; K=@(t,p,Z,d,r1) (p*Z-d-exp(-t))*r1; P = 0:0.1:10; for i...

16 días hace | 1 respuesta | 0

1

respuesta

Pregunta


Unrecognized function or variable in a code
% param value clear all; close all; % p is constant and q varies k0 = 0.0000169; u=0.6; p=536.2; q=0.0000376; % your functio...

9 meses hace | 1 respuesta | 0

1

respuesta
Go to top of page