photo

Prasanna Routray


Last seen: 5 meses hace Con actividad desde 2023

Followers: 0   Following: 1

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
281.488
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
85.71%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Map a surface plot to another if both the functions have same domain.
How to map one surface plot to another when the domain for both the plots remain same? Following is the question: f1 : (x,y)...

8 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Indexing the intersection of polygons.
I have the following code that creates two polygons and then intersection. I want to do indexing such that I have the index of i...

10 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How to Discretize a Polygon boundary in to equally spaced points?
The following code plots a polygon (Rectangle with curved corners). %% clc clear all close all %% h=polybuffer( polyshap...

11 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


Mapping 1D vector to 2D area
load xPoints; load yPoints; j=boundary(xPoints,yPoints,0.1); Plot(xPoints(j),yPoints(j)) <</matlabcentral/answers/uploaded_fi...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Intersection of Discretized Curves
Hi, I have a scatter plot of two curves. The curves intersect each other and ideally they should have one or more intersecti...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find the point that resides on a contour that is closest to a known point?
I got this from another post of mine. Z = peaks(50)/10; level = 0.04; surf(Z) hold on % extract all isocline for a give...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Get the Isocline from a know levelset plot (Contours) and the function output (Height)
I was checking the function fcontour that we can use to get the contours like the following one. I took the given example: f...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
Solving Elliptic Integral Numerically
Hi Alan, I ran your code and it ran fine. I did the modifications according to the elliptical equation (10) given in https:/...

alrededor de 2 años hace | 0