필터 지우기
필터 지우기

How will put initial values in x0 of s-function that is in a matlab file (.m)?

조회 수: 1 (최근 30일)
I want to put the given function in x0 of s-function level 1:
function [ s0 ] = init_3d( )
phi0 = 0.0; theta0 = 0.0; psi0 = des_start.yaw; Rot0 = RPYtoRot_ZXY(phi0, theta0, psi0); Quat0 = RotToQuat(Rot0);
s0 = [des_start.pos des_start.vel Quat0 0 0 0];
end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by