- Questo topic ha 6 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 11 mesi fa da .
-
Topic
-
Buongiorno,
come da titolo, vorrei scrivere un’equazione per un problema di ottimizzazione l’equazione è la seguente`\begin{equation}\label{eq:MPC3}
\begin{aligned}
J_{t}^*(x(t)) = & min_{U_{t\rightarrow t+N|t}} J{t}(x(t),U_{t\rightarrow t+N|t}) \triangleq p(x_{t+N|t})+ \sum_{k=0}^{N-1} q(x_{t+N|t}, u_{t+N|t})\\
\text{subj. to} & \qquad
\begin{aligned}
&x_{t+k+1|t} = A x_{t+k|t} + B u_{t+k|t}, k = 0, \ldots, N-1\\
&x_{t+k|t} \in X , u_{t+k|t} \in U, k= 0,\ldots, N-1\\
&x_{t+N|t} \in X_{f}\\
&x_{t|t} = x(t)
\end{aligned}
\end{aligned}
\end{equation}`quello che ottengo però non è quello che desidero. Io vorrei che il testo “subj. to” sia sulla stessa riga di `x_{t+k+1|t} = A x_{t+k|t} + B u_{t+k|t}, k = 0, \ldots, N-1\\`
Come posso ottenere tale risultato?
Grazie
- Devi essere connesso per rispondere a questo topic.