photo

raina RAJ


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

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
31,822
of 300,871

評判
1

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

回答採用率
50.0%

獲得投票数
1

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,460

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to plot 3D surface using excel data
I am having 3 columns of data points x,y,x in the attached excel sheet. I want to plot a 3d surface plot but not able to get it....

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

1

回答

質問


Inverse of higher order matrix
Hello there, I am trying to get inverse of a 80,000 order matrix but the calculation is taking too much time. Is there any fast...

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

2

回答

質問


Accuracy of results in symbolic variable and double
Hello there, I have wriiten a code to genrate some generalized matrix and now I am performing some matrix operations like invers...

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

1

回答

質問


How to increas the speed of the program?
I made a matrix attached herewith. The program is taking too much time for even smaller values for example c=2(fixed), g=1(fixed...

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

0

回答

質問


How to find inverse of a 608*608 matrix fast?
I am trying to find the inverse of Q00{5} in the attached c=2_g=1_l=5.mat file. I have tried inv() function as well as backslash...

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

1

回答

質問


The code keep giving the error of 'Empty sym: 0-by-2' .
The %error line is giving empty values. The values of c,g,l,st,nt,L are arbitrary and for example can be considered (3,1,1,1,1,1...

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

0

回答

質問


How to assign matrix value to a symbolic variable inside a matrix
The error is in the line in %...I got that the error is coming because of the unmatched dimension of left hand side and right ha...

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

1

回答

質問


How to create the upper diagonal block matrix in a specific form.
c = input('c '); g = input('g '); syms Lambda_n M = cell(c+1,1); a_t = min([1:c+1;repmat(c-g+1,1,c+1)]); for i = 1:c+...

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

1

回答

質問


How to specify enties of a block diagonal matrix
c = input('c '); g = input('g '); M = cell(c+1,1); a_t = min([1:c+1;repmat(c-g,1,c+1)]); for i = 1:c+1 MCell = repmat({...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How to create diagonal block matrix
I am trying to write code for the above matrix. I am very new to MATLAB programming. If anyone can help me in someway, It wi...

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

1

回答