Some checks are pending
Lean Action CI / build (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 lines
46 B
Matlab
2 lines
46 B
Matlab
M = [1.0 2.0 3.0; 4.0 5.0 6.0];
|
|
disp(size(M))
|