Mundrathi Venugopal - MATLAB Central
photo

Mundrathi Venugopal


Last seen: 15 days ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
CodyMATLAB AnswersFile ExchangeFrom 12/17 to 04/25Use left and right arrows to move selectionFrom 12/17Use left and right arrows to move left selectionTo 04/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
4 Answers

File Exchange

4 Files

Cody

0 Problems
599 Solutions

RANK
6,145
of 298,313

REPUTATION
8

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
16,629 of 20,563

REPUTATION
6

AVERAGE RATING
0.00

CONTRIBUTIONS
4 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
62

RANK
223
of 160,817

CONTRIBUTIONS
0 Problems
599 Solutions

SCORE
6,300

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • First Answer
  • Scholar
  • Cody Challenge Master
  • CUP Challenge Master
  • Solver

View badges

Feeds

View by

Answered
How to generate a user-defined pulse input from excel at simulink stateflow
You can take a signal builder block and import the excel file into the signal builder from its options. Your pulse input to be ...

6 years ago | 0

Answered
find the entries in a set of elements
A = [35,46, 78, 23, 5, 16, 81, 3, 35]; a = A(7); % to find the seventh entry of A b = sum(A([3 5])); % to find the sum of thir...

6 years ago | 0

Answered
[Maximum Timing for Simulation]
I'm not sure about the maximum time that you can specify for a model. However If you want to run the model continuously until y...

6 years ago | 0

| accepted

Answered
Extraction of individual matrix from cell array
After loading the mat file,I guess you would probably wanna do this. for i=1:numel(Microtrips),eval(['MT' num2str(x) ' = Mic...

6 years ago | 0