Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. masijade

    Please confirm or correct my evaluation of this code

    Nevermind, got help from somewhere else. Thanks anyway.
  2. masijade

    Please confirm or correct my evaluation of this code

    Okay, I guess you can't edit posts here (or maybe you can and I'm just blind, neither would surprise here) In any case, here are the two "links" www.matlabtutorials.com/mathforum/matlab-programming/please-confirm-or-correct-my-evaluation-of-this-code/msg434/#msg434...
  3. masijade

    Please confirm or correct my evaluation of this code

    [ignore,maxind] = max(abs(U),[],1); negloc = (U(maxind + (0:N_f:(N_f-1)*N_f)) < 0); U(:,negloc) = -U(:,negloc); (N_f is the number of columns in the matrix (actually the number of rows, but it is a square matrix, so same-same)) I am assuming that these two line multiply all the...

Part and Inventory Search

Back
Top