photo

Mundrathi Venugopal


Last seen: más de 1 año hace Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

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

más de 5 años hace | 0

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

más de 5 años hace | 0

Respondida
[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...

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0