Community Profile

photo

Shankul Saini


Last seen: 10ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 3
  • Introduction to MATLAB Master
  • Explorer
  • Solver

バッジを表示

Feeds

表示方法

質問


How to implement a convex optimization problem in MATLAB using CVX
I have the following optimization problem, Where, R is a known matrix and V is a (N+1)*(N+1) size positive definite matrix. ...

12ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Problem with integration using sym in case of "sym is not convertible to double"
The term in integration is having size 1*1, so it is not an array or matrix, still sym is showing problem with double. Can som...

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

2

回答

質問


Independence of two random variables having datasets
Hi there, I hereby have two random varibles data sets names y1 and y2. I am stuck at the checking of their independence using ma...

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

1

回答

質問


How to find cumulative distribution function from a given data set(vector)
clc clear all rng('default') % For reproducibility y = evrnd(0,3,100,1); [a,s]=cdfplot(y); In this "cdfplot "directly plot...

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

1

回答

質問


Fmincon failure in optimizing an objective function which includes determinant of a matrix.
Here, fmincon is not working with the below mentioned objective function, and same was working when i was finding the frobenious...

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

1

回答

質問


Using fmincon to maximize a complex scalar function
N = 1; h = sqrt(0.5)*(randn(1,N)+1i*randn(1,N)); g = sqrt(0.5)*(randn(N,1)+1i*randn(N,1)); phi0 = zeros(N,1); lb = zeros(N,1...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


Find maximum of quadratically constrained quadratic problem using MATLAB
Hey, I am trying to solve for maximized SNR at receiver of a two hop network. First hop channel coefficients are denoted by N*...

1年以上 前 | 2 件の回答 | 0

2

回答