photo

Tianshu Gao


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
263.510
of 300.369

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


fmincon constraint function not continous
Firstly, based on the Matlab document, 'the constraint functions should be continous and have continuous first deviatives'. My u...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


When I use fmincon, the optimised result does not satisfy my non liner constraints
clear variables close all clc fun = @(x)4*x(1)+x(2); x0=[0.4,0.28] lb = [0.01,0.01]; ub = [5,0.8]; A = []; b = []; Aeq ...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How to form a matrix with the existing 7 matrices with following rules
Now, I have 7 matrices (with specific values) in total, W(6x6), C1(3x3), C2(3x3), C3(3x3),C4(3x3),C5(3x3),C6(3x3). I want to fo...

oltre 5 anni fa | 2 risposte | 0

2

risposte