Recent content by vivek91m
-
V
How to determine whether a route overlaps another route in Google Map?
I've two routes in google map: i) A ---> B ii) C ---> D How can I determine if these routes overlap or not?- vivek91m
- Thread
- Google Map
- Replies: 2
- Forum: Programming and Computer Science
-
V
Parsing in a particular language?
Hello everyone, I would like to ask how exactly Parsing is done in a particular language? Let's say Octave for an example. And if there is parsing error from where it is called? Thank you in advance. Regards, Vivek- vivek91m
- Thread
- Language
- Replies: 1
- Forum: Programming and Computer Science
-
V
What would be the out of Interp1?
As mentioned in the help: "The sample points X must be strictly monotonic." interp1([1:5 4:9], 1:11, 4) should give an error because x ([1:5 4:9]) is not strictly monotonic here, it doesn't have distinct values. Isn't it?- vivek91m
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
Searching for Octave Bugs - Need Help?
Hello guys, I am familiar with Matlab. And i know Octave is similar to Matlab. I am planning to fix a bug in Octave. Therefore, i would like to ask if anyone know about any bug in Octave (there must be many) or where can i find more information about the same? Thanks!- vivek91m
- Thread
- Octave
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
What would be the out of Interp1?
Hello guys, If i run the following command y = interp([1:5 4:9], 1:11, 4); what would be the output of the same, and what does it mean?- vivek91m
- Thread
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
Undergrad Explaining Gouy Phase Shift: Simple Explanation
Thank you for your reply. -
V
Undergrad Explaining Gouy Phase Shift: Simple Explanation
Hello friends, Could you please explain me Gouy Phase Shift, i have gone through the wikipedia article and i know that it occurs because of the focusing although i am not able to get a physical picture of the same, so it would be really nice if anyone can explain me in simple words about this...