Effacer les filtres
Effacer les filtres

How to plot with if statement

5 vues (au cours des 30 derniers jours)
Steve
Steve le 2 Déc 2020
Modifié(e) : Steve le 3 Déc 2020
How to plot with if statement :
I'm trying to plot this equation with if statement, but it didn't work
n=[0:20]
e(n+1)=sin(n+1)
a=2
Trial(n+1)=e(n+1)+a
k=1
for f=Trial(n+1)-k
if f<0,
alfa(n+1)=a
b=2
x=alfa(n+1)+b
else,
d=1
alfa(n+1)=a+d
b=2
c=4
x=alfa(n+1)+b+c
f=n+1
And how to plot (x vs alfa) ?

Réponses (1)

Cris LaPierre
Cris LaPierre le 2 Déc 2020
I suggest going through MATLAB Onramp.
  • Ch 9 - plotting
  • Ch 13 - if statements, for loops

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by