Community Profile

photo

Foufa.h


Last seen: 3 days 前 自 2016 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Introduction to MATLAB Master
  • Revival Level 1
  • First Answer
  • Speed Demon
  • Creator
  • CUP Challenge Master
  • Promoter
  • Commenter
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

提问


the inverse of spapi function
Hi, I have a data of (knots and coefs of function of order 5) and i want to plot the function . how to do this please??

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I save internal variable to a vector with ode45.
function [dx]= system(t,x) global m I F= expression; u=F+alpha*u(t-1); dx(1)=x(2); dx(2)=m*x(1)+u/I; dx(...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
how i can make a robotic arm on matlab with all steps (semulation and controll ?
you should write the *dynamic model* of the robot arm (the inertia matrix,the Coriolis and centrifugal forces vector...)in a fu...

7 years 前 | 1