- % MashuLab primitives-first demo
- clear; clc
- A = eye(4);
- B = ones(4, 4) + A;
- C = A * B;
- response = C(:, 1);
- plot(response, 'LineWidth', 2);
- summary = size(C); % AI: feeds live report
- title('MashuLab matrix response');
- assistant.context = 'workspace-summary-only';
- result = mashu.run(C);
- who
Live Script
Primitives-first matrix workflow
A = eye(4);
B = ones(4, 4) + A;
C = A * B;
C Matrix
Run Report
Shock Front
Rightmost-edge calibration
Save manual traces on at least two frames to preview position and velocity. Velocity remains a QC result, not a claim, until the detector agrees with the manual traces.
Breakpoints
Call Stack
Watches
Diagnostics
Measured Replacement Program
Enterprise MATLAB parity checklist
Each row has status, validation hooks, proof views, and the next engineering step. Claims stay measurable.
| ID | Capability | Status | Validation | Proof | Next |
|---|
Migration Oracle
MATLAB workload intake report
Scans scripts, runs the Mashu runtime, compares expected variables, and labels MATLAB/Octave oracle authority without overclaiming.