ali akbar
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 ...
4年弱 前 | 2 件の回答 | 0
2
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 1 件の回答 | 0
1
回答質問
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] ...
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 4 件の回答 | 0
4
回答質問
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 ...
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 2 件の回答 | 0