freddy alexander rodriguez torres
Followers: 0 Following: 0
Statistica
RANK
76.407
of 295.673
REPUTAZIONE
0
CONTRIBUTI
2 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 154.257
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
Add lines of text to CNC programming code
Hello, I am trying to generate a code in which after a tool change (depending on the tool) Matlab puts a new line of code with a...
8 mesi fa | 1 risposta | 0
1
rispostaRisposto
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. If any of the inputs is not
function valid=valid_date(y,m,d) k=y/4; j=y/400; i=y/100; if ~isscalar(y) || ~isscalar(m) || ~isscalar(d) || y~=fix(y) || m~...
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. If any of the inputs is not
function valid=valid_date(y,m,d) k=y/4; j=y/400; i=y/100; if ~isscalar(y) || ~isscalar(m) || ~isscalar(d) || y~=fix(y) || m~...
oltre 3 anni fa | 0
Domanda
solving equation with a sqrt inside a integral
I've been trying to solve a equation that use a integral, the variable that I want to solve is the lower limit of the integral b...
quasi 4 anni fa | 1 risposta | 0