Prem Kumar Tiwari - MATLAB Central
photo

Prem Kumar Tiwari

MathWorks

Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB AnswersZoom OutFrom 09/18 to 03/25Use left and right arrows to move selectionFrom 09/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
9 Answers

RANK
4,853
of 297,711

REPUTATION
10

CONTRIBUTIONS
0 Questions
9 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,406

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

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

6 years ago | 0

| accepted

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

6 years ago | 1

| accepted

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

6 years ago | 0