photo

Mohamed


Last seen: 7 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

All
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Write a function called freezing that takes a vector of numbers that correspond to daily low temperatures in Fahrenheit. Return numfreeze, the number of days with sub freezing temperatures (that is, lower than 32 F) without using loops. Here is an ex
well, you can use the size function to determine the number of the aviable elements: function output= freezing(x) x_1=x(x<32);...

environ un an il y a | 0