Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
matlab:implicit_expansion [2020/04/03 21:17] rg [Příklady k procvičení a demonstraci síly temnot] |
matlab:implicit_expansion [2020/04/04 06:57] (current) rg [Temnota přichází...] |
||
|---|---|---|---|
| Line 63: | Line 63: | ||
| <code matlab> | <code matlab> | ||
| B = A - repmat(min(A), | B = A - repmat(min(A), | ||
| - | </ | + | </ |
| + | nebo | ||
| + | <code matlab> | ||
| + | B = bsxfun(@minus, | ||
| + | </ | ||
| + | kde [[https:// | ||
| ===== Příklady k procvičení a demonstraci síly temnot ===== | ===== Příklady k procvičení a demonstraci síly temnot ===== | ||