photo

SanthoshKumar C


Indian Institute of Technology Kanpur

Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
199 737
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

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 2
  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to effectively run loops and save time in computation? I have a matrix of size 'm' and run five loops from 1 to m.. How to optimize the code and save time of calculation for the code below
Can you help in optimizing the code below so that the execution time can be reduced? For a very large matrix of size 500x500, t...

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

1

réponse

Question


How to effectively run loops and save time in computation? I have a matrix of size 'm' and run five loops from 1 to m. The logic is explained below. How to optimize the code and save time of calculation.
I need to find projection statistics for my matrix of size 'm' by initially calculating the sum of all possible observations (us...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


Problem in using nlinfit for Robust State estimation
Objective: I need to estimate/calculate V(10x6) matrix = 60 input variables. These 60 inputs are used by a function Cal_Meas(...

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

1

réponse

Question


I have a nxn matrix(A) which has many zero rows and zero columns.. I removed the zero rows and columns using the command below such that Anew is now (n-m) x (n-m). After some computations on Anew matrix, I need to get Anew matrix back to nxn matrix.
I am removing the zero rows and zero columns from my matrix A using the command: Anew=A(any(A,2),any(A,1)) ;where A(nxn) and ...

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

2

réponses

Question


How to change Three Phase Parallel RLC load at a particular Simulation time?
In my Simulink-Power system block, using Three Phase Parallel RLC Load and running simulation for 20s. At the start of simulatio...

environ 8 ans il y a | 1 réponse | 0

1

réponse