Rakeshwar Elango
Followers: 0 Following: 0
Statistica
3 Domande
0 Risposte
RANK
30.166
of 294.043
REPUTAZIONE
1
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
of 150.454
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
How to initialize a variable to zero in userdefined matlab function, which should be executed only once then the values should change dynamically
function [ia_avr] = fcn(ia) iasum = iasum+Ia; if xxxx ia_num=ia_num+1; ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
To check Scalar or Not
I have debugged the code and now the Scalar test for this code is failing although I have given a provition in the 3rd line of t...
circa 5 anni fa | 2 risposte | 1
2
risposteDomanda
Write a function called valid_date that takes three positive integer scalar inputs year, month, day. If these three represent a valid date, return a logical true, otherwise false. The name of the output argument is valid.
Hi Folks, I have tried and ended up in errors. For example(valid_date(2018, 4, 1) failed,The last day of every month Variable ...
circa 5 anni fa | 15 risposte | 0