photo

Nasir Rehman


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

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


plotting of 2D surfaces
For the same size variable (33 * 1), I have found two distinct values. To compare the differences in a single plot, I'd want to ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How can i use any variable once for initialization and then the variable is updated and should be replaced with new value? I tried one way, but it isn't working
This is one of the function file of main program. Here the variable V is needed in line no 13, but the variable V is output of a...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Validation of a date in given format
function valid= valid_date(year,month,day) if isscalar(year) && isscalar(month) && isscalar(day) if mod(year,400) == 0 || (mod...

plus de 2 ans il y a | 0