Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58411 > unrolled thread
| Started by | bob gailer <bgailer@gmail.com> |
|---|---|
| First post | 2013-11-03 16:22 -0500 |
| Last post | 2013-11-03 17:40 -0500 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Automation bob gailer <bgailer@gmail.com> - 2013-11-03 16:22 -0500
Re: Automation renato.barbosa.pim.pereira@gmail.com - 2013-11-03 13:48 -0800
Re: Automation bob gailer <bgailer@gmail.com> - 2013-11-03 17:40 -0500
| From | bob gailer <bgailer@gmail.com> |
|---|---|
| Date | 2013-11-03 16:22 -0500 |
| Subject | Re: Automation |
| Message-ID | <mailman.1994.1383514376.18130.python-list@python.org> |
On 11/3/2013 11:19 AM, Renato Barbosa Pim Pereira wrote: > I have one .xls file with the values of PV MV and SP, I wanna to > calculate Kp Ki Kd with python from this file, can anyone give me any > suggestion about how can I do this? You could start by explaining what those terms mean. They have no direct relationship to Python. Does this have anything to do with statistics? Quantum theory? Telephony? P = Pluto, V = Venus, S = Saturn? Help us understand - then we *might* be able to help you. -- Bob Gailer 919-636-4239 Chapel Hill NC
[toc] | [next] | [standalone]
| From | renato.barbosa.pim.pereira@gmail.com |
|---|---|
| Date | 2013-11-03 13:48 -0800 |
| Message-ID | <5a74c3f8-b4d8-4927-87f6-82466f93a65b@googlegroups.com> |
| In reply to | #58411 |
http://pastebin.com/N9dgaHTx With this program I can read a csv file with 3 columns, in one of these columns I need to read the value more high and multiply by 0.632 and with result, search in the same column by a value that aproximate with this result, and then return the vector position.
[toc] | [prev] | [next] | [standalone]
| From | bob gailer <bgailer@gmail.com> |
|---|---|
| Date | 2013-11-03 17:40 -0500 |
| Message-ID | <mailman.1998.1383519449.18130.python-list@python.org> |
| In reply to | #58412 |
On 11/3/2013 4:48 PM, renato.barbosa.pim.pereira@gmail.com wrote: > http://pastebin.com/N9dgaHTx > > With this program I can read a csv file with 3 columns, in one of these columns I need to read the value more high and multiply by 0.632 and with result, search in the same column by a value that aproximate with this result, and then return the vector position. Oh ... will you please explain in good English and a lot more detail. I can only begin to guess from that what you want. Guessing wastes all our time. -- Bob Gailer 919-636-4239 Chapel Hill NC
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web