Jay Lee - MATLAB Central
photo

Jay Lee


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/19 to 03/25Use left and right arrows to move selectionFrom 02/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
130,889
of 297,307

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

Feeds

View by

Question


Find all points of intersection between two functions
syms x ezplot(@(x)x^6 ,[-10,10,-10,10]) hold on ezplot(@(x)3^x ,[-10,10,-10,10]) hold off I have functions f(x) = x^6 and ...

6 years ago | 1 answer | 0

1

answer

Question


graph the function using ezplot() and plot()
clc clear all syms x ezplot(@(x) -3*x^3+5*x ,[-2.5, 2.5]) plot() I have a function 2y^2 = -3x^3+5x , -2.5≤x≤2.5. I used...

6 years ago | 2 answers | 0

2

answers
Go to top of page