Community Profile

photo

furkan aktürk


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


how can i bring 2 figures together?
clc clear x = [0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5]; y = 2+exp((-x).^3); plot(x,y) clc clear x (1)= 0; y (1)=...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


how can i fix this error?
clc clear x (1)= 0; y (1)= 3; h = 0.05; for i = 1:10 y (i+1)= y(i)+(6*x^2-3*x^2*y); x (i+1)= x(i)+h; end plot(x...

meer dan 2 jaar ago | 1 answer | 0

1

answer