photo

Payam Morsali


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

M.Sc. in energy engineering

Estadística

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

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 4 años hace | 0

Respondida
Solving Min max equations
x1=-10 & x2=7

alrededor de 4 años hace | 0

Respondida
I need this program to only output one time. Right now it is outputting for every individual element in the s matrix.
try using ";" after t=s1(q(:,1:end))>=0

alrededor de 4 años hace | 0

Respondida
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) ...

alrededor de 4 años hace | 0

| aceptada