photo

Emirhan Bilgiç


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


MATLAB uses 90%+ of CPU
Hello, MATLAB on my PC uses 90%+ of the CPU. Even if my PC is kind of new brand. My PC has the CPU of Amd Ryzen 7 3750H. And als...

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

1

réponse

Question


VALID_DATE FUNCTION PROBLEM : 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...
function [valid] = valid_date(y,m,d) if ~isscalar(y) || ~isscalar(m) || ~isscalar(d) valid= false; end if m > 12 ...

environ 4 ans il y a | 1 réponse | 0

1

réponse