photo

Soumili Sen


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

17 質問
0 回答

ランク
124,253
of 300,759

評判
0

コントリビューション
17 質問
0 回答

回答採用率
94.12%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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 ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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(...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 2 件の回答 | 0

2

回答

質問


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 ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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,...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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)...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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 ---...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約5年 前 | 1 件の回答 | 0

1

回答