Results for
- Support for all software ecosystems, from desktop to web and mobile.
- Direct integration with inertia-measuring sensors.
- Simulation of objects from fundamental particles to planets and galaxies on a unified algorithmic platform.
- Support for all software ecosystems, from desktop, server, to web and mobile.
- Direct integration with sensors to measure inertia experimentally.
- Easy simulation of objects, from fundamental particles to planets and galaxies, on the same algorithmic platform.
- Core implementation: core algorithms for calculating varying inertia,
- REST/gRPC API: access to inertia data and system integration,
- 150+ client wrappers: deployment support for over 150 programming languages, from infrastructure to application, from physics simulation to robotics, aviation, and astronomy.
- Inertia can be measured directly, no longer an abstract unknown.
- All motion models – from elementary particles to galaxies – can be simulated and predicted accurately.
- Understanding of nature and the universe enters a new era, where intrinsic properties of objects become scientific data.
- NKTg₁ = x·p (Position–Momentum interaction)
- NKTg₂ = (dm/dt)·p (Mass-variation–Momentum interaction)
- From NKTg₁: [M⋅L2/T][M·L²/T][M⋅L2/T]
- From NKTg₂: [M2⋅L/T2][M²·L/T²][M2⋅L/T2]
- Position (x): 4.498×1094.498 \times 10^94.498×109 km
- Velocity (v): 5.43 km/s
- Mass (m): 1.0243×10261.0243 \times 10^{26}1.0243×1026 kg
- Momentum (p = m·v): 5.564×10265.564 \times 10^{26}5.564×1026 kg·m/s
- NKTg₁ = x·p ≈ 2.503 × 10³⁶ NKTm
- NKTg₂ ≈ -1.113 × 10²² NKTm (assumed micro gas escape)
- Total NKTg ≈ 2.501 × 10³⁶ NKTm
- Astronomy: describe planetary mass variation, star/galaxy formation, and long-term orbital stability.
- Aerospace: optimize rocket fuel usage, account for mass leakage, design ion/plasma engines.
- Earth sciences: analyze GRACE-FO data, model ice melting, sea-level rise, and mass redistribution.
- Engineering: variable-mass robotics, cargo systems, vibration analysis, fluid/particle simulations.
- Establishes a new fundamental unit (NKTm), independent of Newton and Joule.
- Provides a theoretical framework for variable-mass dynamics, beyond Newton and Einstein.
- Supports accurate computation and simulation of real-world systems with mass variation.
- Verify interpolation of planetary masses using NKTg law.
- Compare with NASA real-time data (31/12/2024).
- Test sensitivity with Earth’s mass loss (NASA GRACE).
- All 8 planets’ interpolated masses match NASA values almost perfectly.
- Deviation (Delta_m) ≈ 0 → error < 0.0001%.
- Confirms that NKTg1 is conserved across planetary orbits.
- GRACE missions show Earth loses mass annually (10^20 – 10^21 kg/year).
- NKTg interpolation detects Δm ≈ 3 × 10^19 kg.
- This matches the lower bound of NASA’s measured range.
- NKTg₁ interpolation is extremely accurate for planetary masses.
- Planetary data can be reconstructed with negligible error.
- NKTg model is sensitive enough to capture Earth’s small annual mass loss.
- Using the traditional lsqcurvefit-wrapped "Levenberg–Marquardt" algorithm:
- Using the deep-learning-wrapped "Levenberg–Marquardt" algorithm:
- Real-time planetary mass estimation using (x, v) data.
- Integration into orbital mechanics simulations in MATLAB.
- Potential extensions into astrophysics and engineering models.
- Data-driven planetary modeling in MATLAB.
- Improved sensitivity in detecting small-scale variations not included in standard NASA datasets.
- NASA JPL Horizons (planetary positions & velocities)
- NASA Planetary Fact Sheet (official masses)
- GRACE / GRACE-FO Mission Data (Earth mass loss)
- How to integrate the NKTg model into MATLAB orbital simulations.
- Whether conserved quantities like NKTg1 could provide practical value beyond astronomy (e.g., physics simulations, engineering).

In the latest Graphics and App Building blog article, documentation writer Jasmine Poppick modernized a figure-based bridge analysis app by replacing uicontrol with new UI components and uifigure, resulting in cleaner code, better layouts, and expanded functionality in R2025a.
https://blogs.mathworks.com/graphics-and-apps/2025/08/19/__from-uicontrol-to-ui-components
This article covers the following topics:
Why and when to move from uicontrol and figure to modern UI components and uifigure.
How to replace uicontrol objects with equivalent UI component functions (uicheckbox, uidropdown, uispinner, etc.).
How to update callback code to match new component properties and behaviors.
How to adopt new UI component types (like spinners) to simplify validation and improve usability.
How to configure existing components with modern options (sortable tables, auto-fitting columns, editable data).
How to apply visual styling with uistyle and addStyle to make apps more user-friendly.
How to use uigridlayout to create flexible, adaptive layouts instead of manually managing positions.
The benefits of switching from figure to uifigure for app-building workflows.
A full before-and-after example of modernizing an existing app with incremental, practical updates.
- Fast ramp-up in unfamiliar domains: When I explore an unfamiliar application area or a new topic, MATLAB helps me quickly locate the canonical methods and example workflows. Its comprehensive, professional documentation — along with the related-topic links typically provided at the end of each page — makes it easy to get started intuitively and saves a lot of time that would otherwise be spent hunting for foundational knowledge across the web.
- A relatively cutting-edge yet reliable technical path: MATLAB’s many toolboxes evolve with the field. While updates aren’t always absolutely bleeding-edge, they generally offer approaches that balance modernity and proven reliability. This reduces the risk of wasting time on obscure or unstable algorithms and helps me follow a pragmatic, well-tested technical direction.
- Strong community and technical support: When I encounter a problem I first post on forums like MATLAB Answers and thoroughly investigate the issue myself. If I find a solution, I publish it to contribute back — which deepens my own understanding and helps others. If I can’t solve it alone, experienced community members often respond within hours. As a last resort, MathWorks’ official support is available and typically conducts an in-depth investigation into specific cases to help resolve the issue.
- ......