Undefined function or variable 'pyversion´
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Victor Salazar
am 20 Okt. 2014
Bearbeitet: Victor Salazar
am 21 Okt. 2014
Hi!
I installed python 2.7 and matlab, and then when I wrote pyversion in matlab, I get:
Undefined function or variable 'pyversion'.
How can I fix it?
I already tried:
- Install and uninstall several times Python and Matlab. - Check it if both versions of the programs are the same (64). - I put the paht than enviroment variable.
So, for now, I don't have more options.
¿Could you help me?.
Thanks!
0 Kommentare
Akzeptierte Antwort
Robert Snoeberger
am 20 Okt. 2014
Bearbeitet: Robert Snoeberger
am 20 Okt. 2014
Which version of MATLAB are you using? pyversion is available only in R2014b. You can verify the version with the version function:
>> version -release
ans =
2014b
>>
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!