Filter löschen
Filter löschen

Passing one variable out of a matrix

3 Ansichten (letzte 30 Tage)
Will
Will am 16 Feb. 2012
Bearbeitet: Matt J am 15 Okt. 2013
Hi
I have code that calls a function and passes a matrix to it. In the called function, calculations are performed based on only one value at a time from that matrix. How can this be done? At the moment the calculations are using the complete matrix?
thanks
  4 Kommentare
Sean de Wolski
Sean de Wolski am 16 Feb. 2012
You have to define c, ceq in ineqcon1().
Walter Roberson
Walter Roberson am 16 Feb. 2012
Duplicate is at http://www.mathworks.com/matlabcentral/answers/29259-i-m-missing-something

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 16 Feb. 2012
The code in your previous question on this topic was not using the entire dx1 matrix to calculate with. You must have made an error in your interpretation of the behavior of the function.
  12 Kommentare
Walter Roberson
Walter Roberson am 16 Feb. 2012
[...], ineqcon1(@(a) deal(dx1(a),[])) )
Will
Will am 17 Feb. 2012
Thanks very much for the reply. I am getting an error saying the number of outputs should match the number of inputs.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by