How can i use ltpda startup nowadays? I think in old version of matlab work but in 2023 it shows , it cant recognize, is there any solutions or options?

10 vues (au cours des 30 derniers jours)
i want to use ltpda and then plist. But if i use it as 'ltpda_startup' , matlab cant recognize it and after that 'plist'. In 2016 and 2017 version of matlab it worked. How can i fix it in 2023 version or is there any alternative solutions for it?

Réponses (2)

Steven Lord
Steven Lord le 26 Déc 2023
LTPDA Toolbox isn't a MathWorks product. If you have not installed it, you should use the instructions available from the page to which I linked to install it. If you have installed it and it does not work, I'd contact the author (again using the information on that page to do so.)
  3 commentaires
Matthieu
Matthieu le 18 Nov 2024
Modifié(e) : Matthieu le 10 Déc 2024
Hello @Suman Khanal, I am having the same issue here. How did you managed to solve the problem?
Gauthier
Gauthier le 16 Juil 2025
Hello @Suman Khanal, do you have any solutions? I'm having the same issue also

Connectez-vous pour commenter.


Suman Khanal
Suman Khanal le 26 Déc 2023
Modifié(e) : Walter Roberson le 18 Nov 2024
% LPSD -> Toolbox
paramList = plist('type','tsdata','yunits','mE','name','IfE-TS');
paramPSD = plist('scale','PSD','Jdes',1000,'Kdes',100,'Olap',50,'Order',1,'Lmin',10,'Win','Kaiser','psll',100);
AO = ao(t_CAL_DIF, CAL.Spur, paramList);
PSD = AO.lpsd(paramPSD);
CAL.LaplacePSD = PSD.data.y;
CAL.LaplacePSD_f = PSD.data.x;
-here above is my code and shows error like this-
Error using ao/fromXYVals
Invalid default value for property 't0' in class 'tsdata':
Abstract classes cannot be instantiated. Class 'time' inherits abstract methods or properties but does not implement them. See the list of
methods and properties that 'time' must implement if you do not intend the class to be abstract.
Error in ao (line 675)
obj = obj.fromXYVals(pl, callerIsMethod);
Error in AktuelleSatellitenmissionen_Ueb2 (line 66)
AO = ao(t_CAL_DIF, vij(:,i), paramList);
- my question is now, is this related to ltpda toolbox installation? or should i fix it in other way? Thank u
  1 commentaire
Steven Lord
Steven Lord le 26 Déc 2023
You're probably going to need to ask the author / maintainer of the toolbox for help fixing this error.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by