photo

Prem Kumar Tiwari

MathWorks

自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
9 个回答

排名
5,029
of 299,947

声誉
10

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Use MATLAB to compute a 6-point moving average
movmean is a function in Matlab, detailed here. It can be used to quickly compute the moving average of a vector. If you have a...

7 years 前 | 0

已回答
Parameter Estimation with MATLAB code
The error is thrown because 'fun_temp' is not returning the value expected by sdo.optimize. SDO Optimize - A good read to lea...

7 years 前 | 0

已回答
How to generate a for loop which saves a figure at a given interval?
For Loops in Matlab - This is a good link to read and learn more about how "for" loops work in Matlab. I have two quick sugges...

7 years 前 | 0

已回答
Undefined function or variable 'Ybus' error ?
It's not very clear what 'load flow' refers to, in the question. It's apparent that you're talking about Simulink Models and the...

7 years 前 | 0

已回答
How do I call on a function created outside of the App Editor?
Hopefully you are using App Designer to create the GUI. You can refer to <https://in.mathworks.com/help/matlab/creating_guis/wri...

7 years 前 | 0

已回答
Error while writing code for bounding phase algorithm
It would've been great if you could've stated the error that Matlab shows. However, the issue is most probably because in a ca...

7 years 前 | 0

| 已接受

已回答
how to search an ordered array/ find bracket
Hello Alessandro, Since the array is sorted already, a good way to solve similar set of problems is popularly known as Binary...

7 years 前 | 1

| 已接受

已回答
How to update structure and delete entries from structure?
Hi Mark, You can do something like the following : % create an empty variable finalResults = []; % keep concat...

7 years 前 | 0