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

Show us which fplot functions you have available.
which -all fplot
Also call the ver function and tell us if Symbolic Math Toolbox is listed in its output.
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)
These are the errors I continuously recieve.Screenshot (1).png

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2019년 4월 2일

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개)

카테고리

도움말 센터File 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