Community Profile

photo

Sariha Azad


Last seen: circa 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

All
  • Thankful Level 2
  • Community Group Solver
  • Introduction to MATLAB Master
  • Commenter
  • CUP Challenge Master
  • Promoter
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Creating matrix with incremental values
How can I create a matrix like A=[1 2 3;4 5 6;7 8 9] using loops?

quasi 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Assigning a 2D matrix
Well, I got this one. a=[0 0]; for i=1:5 for j=1:3 a=[a;i j]; end end disp(a)

quasi 5 anni fa | 1

Domanda


Assigning a 2D matrix
I have to create a 2D matrix, where the row number is unknown. I will have to find the row number. Say, for i=1:5 for j=1:3 I...

quasi 5 anni fa | 3 risposte | 1

3

risposte

Domanda


How can I calculate the number of days between two dates?
Two matrices are given as [dd mm yyyy] format. I want to calculate the number of days between the two days. A=[1 1 2017]; B=[1...

quasi 5 anni fa | 1 risposta | 0

1

risposta