Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fp2025:lab07 [2025/04/09 15:05]
pdmatei created
fp2025:lab07 [2026/04/24 16:43] (current)
andrei.nicola
Line 1: Line 1:
 ====== Lab 07: Matrices ====== ====== Lab 07: Matrices ======
  
-===== 7.1. =====+===== 7.1. Integer Matrices ​=====
  
 In the first part of this lab, we will work with matrices of integers: In the first part of this lab, we will work with matrices of integers:
Line 115: Line 115:
  */  */
  
-def cropAt(img: Img, xSt:Int, ySt:Int, xEnd: Int, yEnd: Int): Img = ??+def cropAt(img: Img, rowStart:Int, columnStart:Int, rowStop: Int, columnStop: Int): Img = ??
 </​code> ​ </​code> ​