why do I always receive the error: Unrecognized function or variable 'Pt'.

2 vues (au cours des 30 derniers jours)
LoCi
LoCi le 5 Jan 2023
Commenté : LoCi le 9 Jan 2023
function [Cout,iter_time] = PGM_opt(Pt,Hdir,H1,H2,maxIter,Qinit,myomegaunitball,c)
  17 commentaires
Voss
Voss le 8 Jan 2023
@SAFA AWAD: Jan is correct; that's how you can do it in MATLAB.
An alternative would be to go into your operating system's File Explorer and create the folder, e.g., on Windows right-click and select 'New Folder' and rename it 'results'.
The point is that the folder has to exist before you try to write a pdf file in it.
Or you can change where the pdf file should go, e.g., to put in the working directory:
print('Achievable_Rate','-dpdf')
LoCi
LoCi le 9 Jan 2023
It works now, Thank You ALL for your help

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by