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%
MATLAB Answers

2 Questions
0 Answers

RANK
140,064
of 297,547

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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