ali b


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
36,122
of 301,464

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 21,292

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,642

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Loop for T ( T > 10) = 10;
So I was asked in class to do this at home and I am stumped. I have to write a loop that is equivalent to the command T ( T...

11 years 前 | 1 个回答 | 0

1

个回答

提问


interleaving arrays of different size
So I made a script that can weave two arrays of the same size x = [1 2 3]; output = zeros(1,2*length(x)); output(1:2:e...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Summing the multiples of 3 and 5 under 100
So I'm writing a script that does as the title says i= 1:99; v1 = (rem(i,3) == 0); v2 = (rem(i,5) == 0); v3 = v1 + v2;...

11 years 前 | 4 个回答 | 1

4

个回答

提问


how to get the even numbers between 2 numbers using a loop
So, for example, between 5 and 13 it would show: [6 8 10 12]

11 years 前 | 2 个回答 | 0

2

个回答

提问


how to create a 1,12,123,1234 pattern in a triangle
How do I make a pattern from 1:N, Lets say N = 5, so it turns out like this: 1 12 123 1234 12345

11 years 前 | 4 个回答 | 0

4

个回答

提问


How to get different input, depending on the last input
So I need to make a chatbot script and i'm stuck on this part x = input('+ ', 's'); s={'hey','hi','hello'}; if ismember(...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to make a string == one string in a cell array
I need to make a chatbot for an assignment and im having trouble with this part of the script x = input('+ ', 's'); if x ...

11 years 前 | 2 个回答 | 0

2

个回答