Sunil Kumar Giri
National Institute of Technology, Tiruchirappalli
Followers: 0 Following: 0
Control Engineer by Profession, Aerospace & MATLAB enthusiast by hobby.
Python
Spoken Languages:
English
Estadística
0 Problemas
99 Soluciones
CLASIFICACIÓN
12.508
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
3.307
of 153.912
CONTRIBUCIONES
0 Problemas
99 Soluciones
PUNTUACIÓN
1.060
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Creating a Dropdown menu by listing the variables from model workspace, editing them in UITable element and then saving back to model workspace
Hello Together, I am working on an interactive application using App Designer (MATLAB R2017b). I am doing the following seque...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to split Simulink.SimulationOutput into its constituent entities
Hello, I am using a variable named ‘simout’ of type Simulink.SimulationOutput which captures all the output variables (using...
alrededor de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
How to save the output variables of a MATLAB Script run in App Designer using evalin function into base workspace?
Hello MATLAB Enthusiasts, I want to run a MATLAB Script say 'untitled.m' using inbuilt MATLAB function evalin from MATLAB App...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I bring in the MATLAB App Designer's Workspace variables back into Base Workspace?
Hello MATLAB Enthusiasts, I have made an APP using MATLAB App Designer which does the following operations sequentially as fo...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find the difference in Amplitude peaks and Phase delays in two up Chirp signals
Hi All, Chirp Signal: A chirp is a signal in which the frequency increases (up-chirp) or decreases (down-chirp) with time. I...
más de 4 años hace | 0 respuestas | 0
0
respuestasSwap the first and last columns
function B = swap_ends(A) B = A; A(:,1) = A(:,end); A(:,end) = B(:,1); B = A end
casi 5 años hace | 0
Pregunta
Which Simulink block can receive different types of Signals as Input and give output accordingly?
Hi Community Members! Which Simulink block can receive different types of Signals as Input and give output accordingly?
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding frequency corresponding to some gain in magnitude plot of bode
Hi Community members ! Can you please help me in getting a solution to my problem? I have a transfer function e.g. G(s) = 144...
más de 5 años hace | 1 respuesta | 2