photo

Abu Yamen


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
2 个回答

排名
281,881
of 300,365

声誉
0

贡献数
4 个提问
2 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,262

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


draw empty box by use for loop
if some one can help to correct this code we need function to read ch like * and width ,length from user and draw the box ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


draw empty box by use for loop
if some one can help to correct this code we need function to read ch like * and width ,length from user and draw the box ...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
I got a task From my group studying class the Question is Quite confusing and I'm New to matlab. Here Is my Question and Plz Help me guys.
we should not use loop in this q only we can use find function and size then fprintf

9 years 前 | 0

已回答
Write a function drawBox which draws boxes on the screen
function []= drawBox('s',w,h) ch =input('ch-ch ','s'); w =input('width : '); h =input('hight : '); x = repmat(ch, h, w...

9 years 前 | 0

提问


how can we compered every element in array with input element entered by user and retrieve the biggest number
A little school building has 10 classrooms of various sizes. Each semester the school runs several classes that must be schedule...

9 years 前 | 1 个回答 | 0

1

个回答

提问


plot range -pi to pi
how we can plot sine, cosine and tangent on one Figure window ,my problem was the range --> -π < θ < π.

9 years 前 | 1 个回答 | 0

1

个回答