photo

Nasir Rehman


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
1 Risposta

RANK
156.724
of 299.737

REPUTAZIONE
0

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.791

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.655

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0