photo

Elijah McNeil


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

3 질문
3 답변

Cody

0 문제
1 답안

순위
78,302
of 300,364

평판
0

참여
3 질문
3 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
99,752
of 168,407

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Answer
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


How can I get this code to print the "Non-Reversal Filtered Data" graph from a txt file? I get the "Removed No-Reversal Cycles" currently.
% Read data from text file data = readmatrix('Aero.txt'); % Find the indices of local extrema [~, locs] = findpeaks(d...

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

1

답변

답변 있음
How to fix it.
This should work wav = 5001*1 wav = wav*5

대략 5년 전 | 0

질문


How to print all prime numbers between 1 and 100 using a for loop?
for f = (1:100) f isprime(f) j = all(f) end fprintf('%j',j) This is what I have, I either get j as logical ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
See attached image, how do I find angle?
I believe that Ax equals the first value in A(9.63), and Ay equals the 2nd value in A(6.51), and so on. You need to enter all th...

대략 5년 전 | 0

답변 있음
my graph is not showing....please help
E = 1/(2*(5 + 2*0.6)); re = 0.6*E; rh = E-re; rp_o = 1/2 - (2*re); rp_i = rp_o*(4/5); theta_e = (-2*pi/5)*(re/E); theta_h ...

대략 5년 전 | 0

문제를 풀었습니다


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:...

대략 5년 전

질문


How do I write a number and Letter in the same line?
values = {'Enter a value that is equal to or greater than 0 but equal to or less than 100:','Enter a 2nd value that is equal to ...

대략 5년 전 | 답변 수: 1 | 0

1

답변