update: I check the same function in Matlab 2019a and it worked. However I would like to find a workaround for the 2019b.
Problem with using symbolic expersion in function toeplitz
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Francisco Williams
le 18 Sep 2020
Commenté : Francisco Williams
le 22 Sep 2020
I'm having some problems with the toeplitz function when using symbolic variables
syms a b c
toeplitz([a b c], [1 b/2 a/2])
I get the following error
Error using toeplitz (line 22)
Inputs must be numeric.
I'm using Matlab 2019b, I don't think this is a bug since when I open Matlab "toeplitz" function, it has that error call
Thanks in advance
Réponse acceptée
madhan ravi
le 18 Sep 2020
Might be a bug. I didn’t have any problems with 2020a either. It’s better if you make a big report.
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Number Theory dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!