Community Profile

photo

HilaN


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Fit data to the correct superposition of Jacobi elliptic functions
Hi all, I have data that I want to fit to Jacobi elliptic functions, OR to superposition of Jacobi elliptic functions How c...

5 years ago | 0 answers | 0

0

answers

Answered
Help with basic code, pls
try randperm. for i=1:1000 p = randperm(2 * size); martix = [ rowmatrix(p(1:size)), rowmatrix(p(size+1:end)) ]; mean_row1 ...

5 years ago | 0

| accepted

Question


Add dots to close a shape, padding
Hello, I have a data of shapes (figure eight and ellipse shapes) but the shapes are not closed, I need to add dots to the data ...

5 years ago | 0 answers | 0

0

answers

Question


how to separate a 3D shape with repetitions to each repetition
Hello, I have a data of figure eight shape with repetitions (many times figure eight shape in the same data) [3X6140 array [x,...

5 years ago | 1 answer | 0

1

answer

Question


How to calculate areas between two curves
Hi, I am trying to calculate the area between 2 curves, like the curves in the example. how can I do that? i need to do it for...

5 years ago | 3 answers | 0

3

answers