ali akbar
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
204.375
of 295.467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Correspondence between optimization outputs and symbolic variables
I have solved an optimization problem with five symbolic variables. I don't know which optimization output corresponds to which ...
bijna 4 jaar ago | 2 answers | 0
2
answersQuestion
Mean of mutiple variables
I have 5 '.mat' data files where each datafile contains 1 by 19 cell (each cell size = 512 by 9). I wanted to find the mean of t...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
nonlinear equality constraint with symbolic variables
Here are some bits of my code which I am trying to run. sigma1=[1 0;0 1];sigma2=[0 1;1 0];sigma3=-1i*[0 -1i;1i 0];sigma4=[1 0;0...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
symbolic matrices optimization with fmincon
I am trying to minimize a function. The function is , where and are defined as chi= rand(4,4) %% for example syms t [1 16] ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
fmincon and optimization with a symbolic matrix
I am working on the following optimization problem syms t [1 16] tt=reshape(t,[4],[4]); a=tril(tt); chi1=trasnpose(a)*a; c...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
Extracting numeric values from symbolic variables
I have two matrices say x=[2 4 9 10]; syms c [1 4]; x==c it returns 2=c1 4=c2 9=c3 10=c4 However when I write c1 in com...
ongeveer 4 jaar ago | 4 answers | 0
4
answersQuestion
customizing the index of reshape A 2X2 matrix
So I have a 2x2 matrix test=[1 2;16 9] y=reshape(test,[],1) which returns 1 16 2 9 I want it to reshape like this ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
function with two variables
I have a long symbolic function which is evaluated inside matlab and contains two variables theta and xi. realG1=((1.0*(cos(the...
meer dan 4 jaar ago | 2 answers | 0