Community Profile

photo

Stephanie Mendoza


Last seen: 6ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Can someone help with error "index exceeds number of array elements"? I attached image as to what it needs to look like..
a = 1.5; b = 4.2;%lower and upper bounds f = @(x) 2*x.^5 -x.^4 + 0.7*x.^3 - 2*x + 13; syms x fx = 2*x.^5 - (x.^4) + 0.7*x.^3...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


Having issues with fprintf statement. It gives me "error using vertcat"
clear clc a = 1.5; b = 4.2;%lower and upper bounds f = @(x) 2*x.^5 -x.^4 + 0.7*x.^3 - 2*x + 13; I_exact = integral (f,a,b...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Graph gives warning : function behaves unexpectedly on array inputs. What does this mean?
%plot to view graph g =@(x) 3*x^3 +x^2 -2*x - 5; figure(2) o = -40:40; fplot(g,[-40 40])

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Printing out proper equation statement using fprintf.
I need the following equation (fa(s)) to print out in this format. fa(s) =x.xxxx x^2 . Right now it is only printing out only t...

1年以上 前 | 1 件の回答 | 0

1

回答