Lỗi đăng ký học dễ missing params width_ năm 2024

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Sign up for GitHub

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Does anybody know what i have to type to get the damn 0.1 changed (via script!!!) ? This is so badly documented..

many thanks

regards

Accepted Answer

Lỗi đăng ký học dễ missing params width_ năm 2024

CurrentTimeStep = get_param(gcs, 'FixedStep');

set_param(gcs,'FixedStep','0.1')

gcs is a MATLAB call for "get current system".

You can extract all of the top level parameters:

get_param(gcs,'ObjectParameters')

And for block level parameters:

get_param('path-to-block','ObjectParameters')

Does that help?

More Answers (0)

See Also

Categories

Community Treasure Hunt

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

Start Hunting!

An Error Occurred

Unable to complete the action because of changes made to the page. Reload the page to see its updated state.