This is relevant to the more general post "Tie several variables to a common value", but in this case I would like to fix together only some of the total variables (i.e. considering a not so symmetric system).
E.g., following up from the special case of the model described in "Fitting of magnetic susceptibility data", I would like to tie together two J values and let the third one evolve independently:
In that post I had successfully tied all three J's and g's together, but when the problem becomes less symmetrical I cannot simply invoke a fullSys.ee = [Sys1.ee; Sys1.ee; Sys1.ee]; declaration in my constrainJg external function to tie the J's together.