photo

Shankul Saini


Last seen: ungefär ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Question


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

ungefär ett år ago | 1 answer | 0

1

answer

Question


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

mer än ett år ago | 2 answers | 0

2

answers

Question


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

mer än ett år ago | 1 answer | 0

1

answer

Question


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

mer än ett år ago | 1 answer | 0

1

answer

Question


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

mer än ett år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 2 answers | 0

2

answers

Question


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

nästan 2 år ago | 2 answers | 0

2

answers