photo

freddy alexander rodriguez torres


Last seen: 3 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

3 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
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~...

plus de 3 ans il y a | 0

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse