Hello my code below is returning the wrong value when the MatrixMult function is called in StateEstimate for the value M2. When the code is debugged, with a break point at void MatrixMult() and i step through, M2 returns only the first line of A {1, 0, 0, T, 0, 0} where it should return the complete array which i believe is the reason why x gives out garbage and segmentation error at the end instead of {0,0,0,5,10,5}?
Any help would...
Search Result
Collapse
2 results in 0.0036 seconds.
Keywords
Members
Tags
-
how to read o/p of telenet (python) ?!
hi experts ,
i have code to telnet remote machine (unix)
i am using port 5400 to telnet but o/p is not in visible format when i run random commands or run
when i give as read_some() it displays some lines but in case of read_all() it gets hang !!
In actual i want to get some string from o/p and process pls help
[code]
import getpass
import sys
import telnetlib...