photo

Harish Saranathan


The MathWorks, Inc.

Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

I am an intern in the Engineering Development Group at MathWorks. I am a graduate student from Purdue University, majoring in Aeronautics and Astronautics.

Estadística

MATLAB Answers

0 Preguntas
5 Respuestas

CLASIFICACIÓN
12.692
of 300.364

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Simulink syntax error for inverted pendulum model
Hello Alex, The variables "l", "g" and "b" need to be defined in the workspace. Moreover, there was a syntax error (unbalance...

más de 8 años hace | 0

Respondida
how to add a sinusoidal signal and rectangular pulse in matlab
Hello Shashi, You can directly use the "sin" and "heaviside" functions for the sinusoid and step respectively. The documentat...

más de 8 años hace | 0

Respondida
SimMechanic Ballbot Balance Robot
Hello Ibrahim, In order to actuate a joint, it needs to have at least one degree of freedom. Based on the model that you have...

más de 8 años hace | 0

Respondida
How to create an indexing program that removes numbers between values
Hello Andrew, You can accomplish your task by using logical indexing and successively calling "ismember" and "find" functions...

más de 8 años hace | 0

| aceptada

Respondida
Nested loops basic problem, please help
Hello Sophie, You can avoid for loops altogether by using logical indexing. You can learn more about it here: <https://www.m...

más de 8 años hace | 0