۱۳۹۴/۰۴/۲۳, ۰۴:۲۶ ق.ظ
سلام و خسته نباشید. سوال متلب داشتم در مورد توابع. اگه کسی میدونه لطفا کمک کنه.
صورت سوال:
![[عکس: 1.png]](http://www.uplooder.net/img/image/52/516e05167de73f9437bcbef6cf65558d/1.png)
صورت سوال:
نقل قول:به فارسی:Write a function called bottom_left that takes two inputs: a matrix N and a scalar n, in that order, where each dimension of N is greater than or equal to n. The function returns the n-by-n square array at the bottom left corner of N
نقل قول:تابعی با نام bottom_left بنویسید که شامل ورودی های زیر باشد: ماتریس N و عدد n. به طوریکه هر بُعد N بزرگتر یا مساوی n است. خروجی باید شامل یک آرایه مربعی n در n، و در زیر گوشه چپ N باشد.مثلا اگه n=3 فرض کنیم با نوشتن تابع و مثال زیر خروجی باید اینطور باشه:
![[عکس: 1.png]](http://www.uplooder.net/img/image/52/516e05167de73f9437bcbef6cf65558d/1.png)