photo

Mundrathi Venugopal


Last seen: 1년 초과 전 2017년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
[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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0