Statistica
RANK
180.089
of 301.806
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 176.647
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
Risposto
How to plot 3 functions inside if loop??
disp(' ') disp('geometry parameters:') w = input('w [mm] = ')*1e-3; t = input('t [mm] = ')*1e-3; a = input('r [mm] = ')*...
How to plot 3 functions inside if loop??
disp(' ') disp('geometry parameters:') w = input('w [mm] = ')*1e-3; t = input('t [mm] = ')*1e-3; a = input('r [mm] = ')*...
circa 13 anni fa | 0
Domanda
How to plot 3 functions inside if loop??
function y=h(x,a,b,lf,t) v=length(x); for i=1:1:v Q=((a-(2*a+lf-x(i)))/a)^2; Z=sqrt(1-Q); S=((a-x(i))...
circa 13 anni fa | 2 risposte | 0