The function plotxy() is not recognized
Mostra commenti meno recenti
Hi all
I'm trying to plot two functions (throughput and delay) of the variable n against each other, i.e. throughput as y and delay as the x axis.
I have the following line of code:
tput_vs_delay = plotxy(tput, delay)
But MatLab does not recognise the "plotxy" function:
% Unrecognized function of variable 'plotxy'
I found the function on the link below:
But I can't seem to use it in my code in R2019b.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Nonlinear Operators in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!