photo

Emirhan Bilgiç


Last seen: circa un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta