photo

raina RAJ


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
32,083
of 300,756

REPUTATION
1

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer