Community Profile

photo

Payam Morsali


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

Followers: 0   Following: 0

M.Sc. in energy engineering

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Knowledgeable Level 1
  • Quiz Master
  • Draw Letters
  • Revival Level 2
  • First Answer
  • Cody Problems in Japanese Master
  • Puzzler
  • Leader
  • Scholar
  • CUP Challenge Master

배지 보기

Feeds

보기 기준

질문


how to plot 3 different vectors without any relation, in a 3d plot
Hi everyone, I want to plot 3 vectors in a same 3D plot; (plot3 and meshgrid-surf are not working for my case). let's say thre...

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

1

답변

답변 있음
how make this eq.
for series you can set a variable to zero and iterate the sum: fibonacci for example: a(1)=1 a(2)=1 for i=3:n a(i)=a(i-1)+a...

3년 초과 전 | 0

답변 있음
Solving Min max equations
x1=-10 & x2=7

3년 초과 전 | 0

답변 있음
I tried to solve problem but I couldn'!
function y=compare(n,A,B) y=0; for i=1:length(A) if n>=A(i) && n<=B(i) y=y+1; elseif n>=B(i) && n<=A(i) ...

3년 초과 전 | 0

| 수락됨