Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Help me to sort out this problem.
    6 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I am facing this problem continously, how to sort out this issue

2 commentaires
  Omer Yasin Birey
      
 le 21 Fév 2019
				Simply, Input_Vector does not have 16 elements in it. It is higher or lower than this. 
Réponses (1)
  Omer Yasin Birey
      
 le 21 Fév 2019
        No_of_Load_Hours = 4;
No_of_Units = numel(Input_Vector)/No_of_Load_Hours;
Input_Discharges = reshape(Input_Vector,No_of_Load_Hours,No_of_Units);
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


