Community Profile

photo

Yu


MathWorks

Active since 2014

Followers: 0   Following: 0

Message

PhD in Controls
Professional Interests: Control and optimization

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

Submitted


yu-jiang/Paper_Automatica2012_CTLTI
Simulation code for the paper by Y Jiang and ZP Jiang, Automatica, 2012

7 years ago | 2 downloads |

Channel


RADP Book Price Info

7 years ago

Channel


Google Scholar Citation
Keep track of my Google Scholar Citations

7 years ago

Answered
How do I solve 'Invalid first data argument'?
The issues is cause by plot command with both '-r' and 'o'. Do you want a red line with green markers? If that this the case, yo...

8 years ago | 0

Submitted


yu-jiang/ReadUSCISCaseNumber
MATLAB code to read the status of an USCIS code without opening the website

8 years ago | 1 download |

Submitted


yujiangnb/HJB_SOS
Sovling HJB using SOS-based Policy Iteration

9 years ago | 1 download |

Submitted


yujiangnb/GoogleScholarReader
The function reads the citation numbers from the google scholar profile

9 years ago | 1 download |

Submitted


ADPLib
A simulink library block is created to achieve ADP learning methods for second order CT systems

9 years ago | 2 downloads |

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago