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
Statistics
RANK
12.508
of 295.569
REPUTATION
3
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
3
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 4 jaar ago | 0 answers | 1
0
answersQuestion
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...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersSwap the first and last columns
function B = swap_ends(A) B = A; A(:,1) = A(:,end); A(:,end) = B(:,1); B = A end
bijna 5 jaar ago | 0
Question
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?
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 2