Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
34.116
of 301.204
REPUTAZIONE
1
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
of 173.368
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
two outputs of a function
function [cnt,A] = matrice_nou_vechi(A,noua,veche) cnt=0; for row=1:size(A,1) for col=1:size(A,2) if(A(row, col)...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
i am trying to make a half wave rectified sine wave plot. what am i doing wrong?
T=2; t = 0:pi/100:2*pi; w=2*pi/T; if(sin(w*t)<0) y=0; else y=sin(w*t); end plot(t, y);
oltre 5 anni fa | 1 risposta | 1

