photo

raina RAJ


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
32 083
of 300 765

RÉPUTATION
1

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 941

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

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

presque 5 ans il y a | 2 réponses | 0

2

réponses

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

plus de 5 ans il y a | 1 réponse | 1

1

réponse

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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

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

plus de 5 ans il y a | 1 réponse | 0

1

réponse