直线 Resources

Showing items tagged with "直线"

This program simulates a maneuvering target undergoing three distinct phases: initial uniform linear motion, uniform circular motion, and a return to uniform linear motion. Throughout these phases, the linear velocity magnitude v remains constant. The simulation includes physical force implementations to model trajectory deviations and centripetal force effects.

MATLAB 181 views Tagged

Learn how to draw arrow-headed straight lines in MATLAB with this practical code example. The program demonstrates coordinate definition, line plotting using the 'line' function, and arrow annotation implementation for enhanced visualizations.

MATLAB 234 views Tagged

A custom MATLAB program that computes linear regression parameters (slope k and intercept b) from given x and y coordinate datasets. The implementation utilizes matrix operations and linear algebra principles for accurate results.

MATLAB 216 views Tagged