Community Profile

photo

Harjinder Singh Pabla


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to use ilaplace on a transfer function
I would like to know how to use _ilaplace_ on a transfer function given the following. num = [1] den = [1 1 1] sy...

8 years ago | 0 answers | 0

0

answers

Question


I would like to know how I could use the the values for one function to another.
I would like to know how I could use the the values for num, den and sys I have in function untitled_OpeningFcn a...

8 years ago | 1 answer | 0

1

answer

Question


How to access variable from workspace and set it as value of a text box.
z = evalin('base', 'z'); numfig = [1]; denfig = [1 0]; sys = tf([numfig],[denfig]); set(handles.text9, 'String', num2s...

8 years ago | 2 answers | 0

2

answers

Question


Use ilaplace on a transfer function and set it as value of a text box.
syms 's' g = ilaplace(1/s^2); set(handles.text9, 'String', num2str(g));

8 years ago | 1 answer | 0

1

answer