ali b


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
36,122
of 301,652

평판
1

참여
7 질문
0 답변

답변 채택
100.0%

획득한 표
1

순위
 of 21,375

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,981

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변