Community Profile

photo

Kambiz Hosseinpanahi


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Does someone know how to print a square onto the command window using for loops????
clc clear n=10; A=repmat(char(42),n,n); A(1:end-1,2:end)=char(32); for i=2:10 A(i,i)...

6 years 前 | 0