how can i write this equation?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    sharifah shuthairah syed abdullah
 el 13 de Mayo de 2018
  
    
    
    
    
    Respondida: Michaelscheinfeild
 el 13 de Mayo de 2018
            how can i write this equation in matlab?
min z = sum sum sum sum (f(i,k))*(d(j,q))*(x(i,j))*(x(k,q))
3 comentarios
  Jan
      
      
 el 13 de Mayo de 2018
				The physical meaning of the variables does not matter, but if they are e.g. vectors, functions, of the loop counters. The initial "min z" could mean a variety of things also.
Currently all we see is a notation, which is not valid Matlab code and not an exact mathematical notation also. Then translating this into valid Matlab code must be based on guessing. Please edit your question and post the information in a unique and unequivocal way.
Respuestas (1)
  Michaelscheinfeild
 el 13 de Mayo de 2018
           z = sum (sum (sum (sum (f(i,k))*(d(j,q))*(x(i,j))*(x(k,q)))))
i suppose there is loop around so use for i=1:N code end
ans so on
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



