![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7701660_1522122821465_DEF.jpg)
Ahmed Diaa
2016년부터 활동
Followers: 0 Following: 0
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...
6년 초과 전 | 답변 수: 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...
How to Sum matrix diagonals
x=sum(diag(E));% calculating the normal diagonal y=sum(diag(flip(E)));% calculating the inverse diagonal z=[];% subtrac...
거의 7년 전 | 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)...
8년 초과 전 | 답변 수: 1 | 0