Community Profile

photo

Minyoung Jeong


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


matlabFunction returns a bad function
I am using Symbolic toolbox in order to use ztrans & iztrans. Here's the code for computation, where P is some diagonalizable m...

3 years ago | 0 answers | 0

0

answers

Solved


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

4 years ago