- % 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);
- 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
Breakpoints
Call Stack
Watches
Diagnostics