Community Profile

photo

Mundrathi Venugopal


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

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

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

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

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

5 years ago | 0