photo

suleiman abdullahi


Last seen: 대략 5년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
2 답변

Cody

0 문제
2 답안

순위
93,833
of 300,765

평판
0

참여
9 질문
2 답변

답변 채택
77.78%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
81,513
of 170,941

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 3
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to make this code more efficient?
I am new to MATLAB hence my poor use of it as you can see in this piece of code. I think a for loop would be handy here, so any ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to add an extra for loop
I have a time series data which is 46723-by -1. I want to populate another matrix with some specific time series. this is the co...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I add color to this line of code without repeating the time variable everytime?
plot(time,[accLong,accVert,accLat,],'linewidth',2) % plot all I do not want to use this version plot(time,accLong,'r',time,...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Optimization problem: matlab inbuilt function "getIpOptions" generates an error in fmincon
This code is used to generated the minimum quantities of two good given a cost constraints. it is a simple optimization problem ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 6년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 6년 전

질문


another way to break without using the command 'break'
Hi all, In this code i want to know another way to break the code withoug using the 'break command': This break should happen w...

거의 6년 전 | 답변 수: 2 | 0

2

답변

답변 있음
I have a problem. It can not run. Help me please.
you should use the elementwise operation e.g [.* and .^]. like this below T1 = (T0)+((A .* P ./(2.*pi.*k.*(((x1).^2 + y.^2).^0....

거의 6년 전 | 0

질문


How to fill array of zeros with string
Hello, I have the following code in which i want to fill the preallocated x with strings instead of number, i reason like this ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do i find only the specific date of the maximum temperature?
maxim = find(CVG.TMAX == max(CVG.TMAX)); % CVG is the name of the data, TMAX is the column of the maximum temp CVG(maxim,2:10)...

6년 초과 전 | 0

| 수락됨

질문


How do i find only the specific date of the maximum temperature?
Hello, I have the the data below in which i already the know Maximum the maximum temperature in the TMAX column to be 44.96 by...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to create a vector with if-else statement
Hello, I have the table below and the only problem is for the highlighted column. ! want it to show me either (over-damped or u...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


find if two numbers are BOTH present in an array
Hello everybody, Given 2 numbers p and q and a vector v, the question is, are BOTH elements in v? by defining a function wit...

6년 초과 전 | 답변 수: 1 | 0

1

답변