| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 15 at 11:31 | |
| stats | profile views | 12 |
|
Jan 9 |
revised |
How can I improve my code with efficient mathematica built-in functions? edited title |
|
Jan 9 |
revised |
How can I improve my code with efficient mathematica built-in functions? edited tags |
|
Jan 9 |
asked | How can I improve my code with efficient mathematica built-in functions? |
|
Jan 6 |
comment |
How can I fill in a matrix at every iteration of a Do loop? Ohh, thanks! This does what I want at one line :) |
|
Jan 6 |
accepted | How can I fill in a matrix at every iteration of a Do loop? |
|
Jan 6 |
comment |
How can I fill in a matrix at every iteration of a Do loop? @ssch Yes, you are right. The dimensions will be 23x23x3. Thanks. Is it possible to write a program that the values of n when c change will be assigned to values of z dimensions on that matrix? And the same for y and x axes. |
|
Jan 6 |
revised |
How can I fill in a matrix at every iteration of a Do loop? added 83 characters in body |
|
Jan 6 |
comment |
How can I fill in a matrix at every iteration of a Do loop? @ssch Correct position : For example, first n will be positioned in the matrix at {1,1,1}; second n at {1,1,2} third n at {1,1,3} then y axes will change and fourth n will be positioned at {1,2,1} and so on.. |
|
Jan 6 |
asked | How can I fill in a matrix at every iteration of a Do loop? |
|
Jan 4 |
comment |
How can I find the lines that go through? Could you explain the functions that you have written a bit more? Your code tries to find the voxels that the curve traverse, right? |
|
Jan 3 |
awarded | Supporter |
|
Jan 3 |
awarded | Commentator |
|
Jan 3 |
comment |
How can I find the lines that go through? @m_goldberg I used this syntax, because the length of pts[[w]]] change for every curve. The length of curves are not the same. |
|
Jan 3 |
comment |
How can I find the lines that go through? @m_goldberg Yes, I can use Count, I tried. However, I couldn`t find the right syntax for it. It would be very nice if I did it, much faster. |
|
Jan 3 |
comment |
How can I find the lines that go through? @belisarius You are right..Because of the distance between points that form spline curve is too small, I didn't give much possibility to this situation. But, I have to consider this possibility.. |
|
Jan 3 |
comment |
How can I find the lines that go through? @belisarius I am counting curves. In the code written by me, First I count the points then I add them up and if they are greater than 0 then I say there is a curve here. |
|
Jan 3 |
asked | How can I find the lines that go through? |
|
Oct 29 |
accepted | Visualize eigenvectors at specified points? |
|
Oct 29 |
comment |
Visualize eigenvectors at specified points? @halirutan Thank you again, I want 's' to change at every point, how can I do that? I created a list for s and tried to apply it at every point but I couldn't succeed it. |
|
Oct 29 |
comment |
Visualize eigenvectors at specified points? @SimonWoods Thank you very much. As for me, It is a confusing problem that VectorPlot has. |