photo

Prasanna Routray


Last seen: 11 giorni fa Attivo dal 2023

Followers: 0   Following: 1

Statistica

MATLAB Answers

7 Domande
1 Risposta

RANK
137.800
of 297.503

REPUTAZIONE
0

CONTRIBUTI
7 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
85.71%

VOTI RICEVUTI
0

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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)...

17 giorni fa | 1 risposta | 0

1

risposta

Domanda


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...

3 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

3 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

6 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

9 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

11 mesi fa | 2 risposte | 0

2

risposte

Domanda


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...

11 mesi fa | 1 risposta | 0

1

risposta

Risposto
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:/...

oltre un anno fa | 0