photo

Sunil Kumar Giri


National Institute of Technology, Tiruchirappalli

Last seen: fast 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Control Engineer by Profession, Aerospace & MATLAB enthusiast by hobby.

Programming Languages:
Python
Spoken Languages:
English

Statistik

All
  • Thankful Level 2
  • First Answer
  • Explorer
  • CUP Challenge Master
  • Community Group Solver
  • Solver
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 4 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Swap the first and last columns
function B = swap_ends(A) B = A; A(:,1) = A(:,end); A(:,end) = B(:,1); B = A end

mehr als 4 Jahre vor | 0

Frage


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?

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 2

1

Antwort