python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can i throw an object to a specific point with physics
I want exactly this :
The probability of going to the basket must be 100%.
Throw
I tried this :
Vector3 direction = new Vector3(pota.position.x - transform.position.x, pota.position.y - transform.posi...
absakalli
Votes: 0
Answers: 1
changin nan values in imagesc to 0 after printing
The way I used imagesc is that I added each layer on top of the other because they have different boundries.
the problem is that because I used such ways beyond the boundry at the start there is NaN v...
Ben9172
Votes: 0
Answers: 1
Using imagesc to show the relation between IPR VS ( \sigma vs E), problem with matrix
I calculated the IPR for quantum system. this resulted in an N x 1 vector.
For this IPR there is the related eigenstates and eigenvalues, so we have another the vector for the eigenvalues E, and there...
Ben9172
Votes: 0
Answers: 1
How to separate floats from strings
I have a tab delaminated txt file. One of the columns includes floats and then strings. I would like to NOT include everything after the strings. So instead of the lum list looking like .25+1,.47-4.....
Bobasheto
Votes: 0
Answers: 2