Community Profile

photo

Nirvan Hashemian


Last seen: 2 years ago Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


problem with fit function for data
I have a problem with getting the fit function to work clear; clc; E = [416.861, 818.7, 1097.3, 1293.54,1507.4]; e = flip([...

2 years ago | 1 answer | 0

1

answer

Question


Having trouble graphing a non-linear graph
x = -2:0.1:2; y = cos(x)+exp(-1/2*x.^2)*sin(6*x) plot(x,y) This is my code, I keep getting Error in test (line 2) ...

5 years ago | 1 answer | 0

1

answer