photo

ANCY S GEORGE


TKM college of engineering kollam

Aktiv seit 2022

Followers: 0   Following: 0

Spoken Languages:
English

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
257.773
of 300.392

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Error "Supplied objective function must return a scalar value."
Hi,I am trying to minimize a function,but shows an error, Error using fmincon (line 641) Supplied objective function...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot 3D suraface and contour lines?
I want to plot the function X0=[0;0]; lb=[-10;10]; ub=[-10;10]; f=@(x)(2*x(1)+20/x(1)+2*x(2)+20/x(2)+120); x=fmincon(f,X0,[...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to correct the code?
In this code I optimize the objective function using fmincon.But I didnt get the correct output clc; clear all; gr=3;gs=8; ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to optimize an objective function with repect to two variables using fmincon?
I want to maximize this objective function with respect to a and b using fmincon. max(-90a-90b+540) subjected to 3<=a ; b<=8

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to correct the error in code?
clc; clear all; a1=3;b1=8; G=[0;1.5;2;3.5;4;4.5;4.5]; L=[3.0;2.5;3.5;3.5;3.2;4.2;4.0]; H=[40;40;40;20;20;20;20]; k=...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error ' Index in position 2 exceeds array bounds'.how to correct this.
When run it, shows "Index in position 2 exceeds array bounds. Index must not exceed 2. Error in practice (line 20) while(a...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to correct my code?
In my problem there are 7 number of peoples and each one have different salary.Based on a condition they are divide as lenders,b...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort