photo

Ahmed Diaa


2016년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

2 질문
1 답변

File Exchange

2 파일

Cody

0 문제
22 답안

순위
135,633
of 301,513

평판
0

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
16,861 of 21,312

평판
6

평균 평점
0.00

참여
2 파일

다운로드 수
2

ALL TIME 다운로드 수
64

순위
21,908
of 175,031

참여
0 문제
22 답안

점수
250

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Submission
  • Thankful Level 1
  • Promoter
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return false otherwise.
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

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

2

답변

답변 있음
How to Sum matrix diagonals
x=sum(diag(E));% calculating the normal diagonal y=sum(diag(flip(E)));% calculating the inverse diagonal z=[];% subtrac...

거의 8년 전 | 0

질문


when i code using iteration an error occurs saying "the varable "Q2"appears to change size in every loop iteration(within a script).consider preallocating for speed" so how to deal with this issue. :)
r1=15.67; r2=63.64; r3=20.996; E1=30; E2=18; E3=9; n=1; Ej(n)=(E1+E2)/2; while Ej(n)<E1 && Ej(n)>E3 , n=1:.1:50; Q1(n)...

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

1

답변