Commit ee21d10
fix: replace corr() with corrcoef() in example_widget_scatter
corr() requires the Statistics Toolbox which isn't available in the
MATLAB CI runner. corrcoef() is a built-in that works without toolboxes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 074b575 commit ee21d10
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments