How do I download the right fplot function?

8 次查看(过去 30 天)
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 个评论
Emely Morales
Emely Morales 2019-4-2
编辑:Emely Morales 2019-4-2
>> 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)

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2019-4-2
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by