Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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

Antworten (0)

Kategorien

Mehr zu Install Products finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by