saving . . . saved error on loadtxt command has been deleted. error on loadtxt command has been hidden .
error on loadtxt command
Title
Question
pend=loadtxt("D:\\pendulum.txt")
 
NameError       Traceback (most recent call last)
<ipython-input-11-49371f9855ea> in <module>
----> 1 pend=loadtxt("D:\\pendulum.txt")

NameError: name 'loadtxt' is not defined

Python loading-data-from-files 05-06 min 50-60 sec 22-06-19, 4:05 p.m. spoken-tutorial.mcet

Answers:

use "%pylab" to load the function or use "from numpy import loadtxt"
22-06-19, 4:09 p.m. iakashchavan


use "%pylab" to load the function or use "from numpy import loadtxt"
22-06-19, 4:09 p.m. iakashchavan


Log-in to answer to this question.