How do I download the right fplot function?

7 views (last 30 days)
So it seems that my laptop has downloaded the wrong fplot. It had downloaded the regular fplot that plot expression or function however I need the one that plots symbolic expression or function. I have uninstalled matlab and reinstalled it however it still downloaded the wrong one. What do I do?
  3 Comments
Emely Morales
Emely Morales on 2 Apr 2019
Edited: Emely Morales on 2 Apr 2019
>> which -all fplot
C:\Users\emely\OneDrive\Documents\MATLAB\fplot.m
C:\Program Files\MATLAB\R2018b\toolbox\matlab\specgraph\fplot.m % Shadowed
>> help fplot
fplot - Plot expression or function
This MATLAB function plots the curve defined by the function y = f(x) over the
default interval [-5 5] for x.
fplot(f)
fplot(f,xinterval)
fplot(funx,funy)
fplot(funx,funy,tinterval)
fplot(___,LineSpec)
fplot(___,Name,Value)
fplot(ax,___)
fp = fplot(___)
[x,y] = fplot(___)
See also fcontour, fimplicit, fmesh, fplot3, fsurf, hold, title,
FunctionLine Properties, ParameterizedFunctionLine Properties
Reference page for fplot
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.5.0.1067069 (R2018b) Update 4
MATLAB License Number: 40469758
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17763)
Java Version: Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Simulink Version 9.2 (R2018b)
Control System Toolbox Version 10.5 (R2018b)
DSP System Toolbox Version 9.7 (R2018b)
Data Acquisition Toolbox Version 3.14 (R2018b)
Image Processing Toolbox Version 10.3 (R2018b)
Instrument Control Toolbox Version 3.14 (R2018b)
Optimization Toolbox Version 8.2 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
Simulink Control Design Version 5.2 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
Emely Morales
Emely Morales on 2 Apr 2019
These are the errors I continuously recieve.Screenshot (1).png

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 2 Apr 2019
Delete or rename the one that you have in OneDrive, or use pathtool to move your OneDrive folder to the end of the list of paths.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!