photo

SanthoshKumar C


Indian Institute of Technology Kanpur

自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
158,820
of 299,947

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
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...

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

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

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

7 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答