Statistica
6 Domande
0 Risposte
RANK
194.616
of 299.791
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
83.33%
VOTI RICEVUTI
0
RANK
of 165.966
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Identify an unrecognized function or variable
clear all; close all; syms T U t w 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; %w=0.75; H=@(s) (p*Z-...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
7 mesi fa | 2 risposte | 0
2
risposteDomanda
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; ...
7 mesi fa | 1 risposta | 0
1
rispostaDomanda
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; ...
7 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
7 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
circa un anno fa | 1 risposta | 0