Community Profile

photo

Hannah Mohebi


Last seen: 12 meses hace Con actividad desde 2021

Estadísticas

  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Pregunta


How can I define two function in function handle for GAMULTIOBJ?
I have 3 decision variables and 2 objective functions. This is my code: lb=[0.01,0.0075,0.01]; ub=[0.2,0.07,0.07]; func=@(x...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


how to define constraint on objective function in ga toolbox?
hi, this my optimization code: lb=[0.01,0.0075,0.01]; ub=[0.2,0.07,0.07]; func=@efficiency; [x,fvar]=gamultiobj(func,3,[],[]...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I get specified elements of matrix?
I have a 1*28800 matrix and I want elements of this matrix which indexes are 10*i+1. How can I get these specified matrix? for ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


solving system of linear equations in for loop.
I have three linear equations and want to solve these equations. I attached my equations. In the image, those with a red circle ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I solve system of equations with five linear equations and one differential equation?
I have system of equations with five linear equations and one differential equation. I attached my equations. In the image, thos...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to fix optimization terminated?
Hi, I am using optimization toolbox for solving a two objective optimization model with the help of gamultiobj solver. My object...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve the system of three equations and three unknowns
I have three equations, my variables are x,y,z and my constants (A,B,C,E) are matrices with on row and 61200 columns. I want to ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


solving system of equation in for loop
I want to solve the system of two unknowns two equations (A,B,C,D are constant): Tb(i)=A*Ta(i)+B*Te(i) Ta(i)=C*I(i)+D*Tb(i)-(T...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


solving the differential equation
I want to solve the below equations. In these equations Q,Tp are variables, and italic underlined alphabets are constant. Also, ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


solving the differential equation
I want to solve the below equations. In these equations Q,Tp are variables, and italic underlined alphabets are constant. Also, ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


solve the system of linear equation
I want to solve the system of linear equations, but one of these equations is a diffrential equation(the equation of Q), and one...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fix Attempt to grow array along ambiguous dimension. erro?
I want to solve the attached equatio(heat equation) with gauss seidel method but I faced an error.How can I fix it? L=0.15; ...

alrededor de 2 años hace | 1 respuesta | 1

1

respuesta

Respondida
How to invoke my function in my code ?
I simplified my equation. Indeed I want to solve the attached equation, which needs to invoke H in for loop for calculating T.Ho...

alrededor de 2 años hace | 0

Pregunta


How to invoke my function in my code ?
I want to invoke H in my code which is needed to calculate T in for loop. H is enthalpy which is a function of Cp and I attached...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Defining integration function in matlanb
I want to defin a fuction in matlab. This function is for calculating attached integral. After defining this function I want to...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 15-by-7-by-6.
I want to model a photovoltaic panel, it includes sublayer. During writing the code i faced an error which i do not know the rea...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Installing coolprop on matlab
Hi, after writnig the code,I faced this error: pyversion version: '3.8' executable: 'C:\Users\ASUS\anaconda3\pyt...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why my code results are not similar to the results of the article
I want to validate an equation in one article for learning about photovoltaic panels. I wrote a code for that but my my chart d...

más de 2 años hace | 0 respuestas | 0

0

respuestas