Community Profile

photo

Soumili Sen


Last seen: casi 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Optimization of a matrix variable
Hello all, I am writting a code for optimization where I have a optimizing variable as a matrix of N*L.How I can declare this m...

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

1

respuesta

Pregunta


plotting of transcendental equation
Hello all, Please help me out with matlab code of this equation where θ varies from 0 to 3π/2 and θ_0^2= 13.2 (fixed). the...

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

0

respuestas

Pregunta


optimizing vector variables with N vector
Hello all, I am writting a code for optimization where I have two optimizing vector variables with N vector like a(1,N) and b(1...

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

1

respuesta

Pregunta


How to add zero in even position of a matrix
hello, Suppose I have a matrix N=5; %can be anything a=randi([1 4],N,1); So I am getting a result like a=[1 2 3 2 4]'. Now ...

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

1

respuesta

Pregunta


How to write ||a-p||^2 in matlab code
Hello all, I have two variables 'a' and 'p Now I want to express this expression as f=||a-p||^2; What will be the matlab co...

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

1

respuesta

Pregunta


complex value of syms function for optimization
Hello all, I am writting a code to solve opimization problem where my one unknown veriable('b') is complex in nature. But after...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plot the final value of optimization
Hello all, I am facing a logical problem like, N =10; syms a,b for i = 1:N y(i)=2*a+3; x(i)=4*b+9; fun(i) = mean((y(...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


2 unknown variable constraint optimization with single unknown variable objective function
hello, I am writting a code where objective function is depend on single unknown variable but constraint function is depend on 2...

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

2

respuestas

Pregunta


Different value putting on different columns in matrix
Hello, I am writting a matrix p=zeros(4,5) -----> all column values are zero but I want different values of different column ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Optimization of a unknown vector variable
Hello , I have a code a,b -----> variables should be vector(like a=[a1,a2,a3,a4]) x=h1*a^2+h2*b^2+h3;------>objctive fun(h1,...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to find out an unknown variable within constraint which is not present in the objective for a optimization problem?
Hello all, Suppose I have a objective function with unknown variable x(1). But my constraint is depend on unknown variable x(1)...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Optimization problem on Constraint declaration
Hello, I have a code syms a wd; c4_update=0.0248*abs(a)^4 - 9.878; %coming from some other equation c3_update=abs(wd*(- 0.0...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


variable declaration for optimization
hello, I am writing a code where I need to declare two variables which will be used for optimization in further, i.e, a,b ---...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


call an equation within the function
hello, I am writing a code like, syms x y; data=2*x^2+3*x+y; function f= obj(x,y) f=@data; end but here 'f' is not callin...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convert a function into optimization expressions
Dear , I am writting a code on optimization based on problem based approach; ie; syms x,y fun=a/b; % where a and b have a la...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Format a large number into small decimal number
Hello, I have code on function like: hr = sqrt ( .1/ 2 ) .* (h_i+j*h_q); hr1 = sqrt (.3/ 2 ) .* (h_i+j*h_q); x=x = constell...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


modify data stream by equating odd position=0
Dear sir/Ma'am I have a data x=[1 2 3 4 5.........k]. Now I want a new data y=[0 2 0 4 0 6........k] from 'x' i.e, in new data ...

más de 3 años hace | 1 respuesta | 0

1

respuesta