photo

SanthoshKumar C


Indian Institute of Technology Kanpur

2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
150,565
of 300,863

평판
0

참여
5 질문
1 답변

답변 채택
60.0%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변