Community Profile

photo

Han


Last seen: quasi 4 anni fa Attivo dal 2019

Statistiche

  • Thankful Level 3
  • First Review

Visualizza badge

Content Feed

Visto da

Domanda


How can I construct all fairs of points?
For example, there are points and fairs of the points. points = [(1:10); 100*rand(2,10)]'; fairs = [(1:17); floor(1:0....

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I distribute random points in some lines?
The follow code is a poisson line process code. https://github.com/hpaulkeeler/posts/blob/master/PoissonLine/PoissonLine.m ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I find only points in sector range ?
For the random point process, at a point, I want to find only locations of other points within a sector range. How can I ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I find integral of a 3-D mesh field?
For example, there is a mesh field for 2-D data. I want to find the integration for the mesh graph that consist of the data v...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I generate an integral of some 2-d functions?
For example, there is a function for variables, x,y. The range of x,y are [0,500], respectively. The function is just random...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I delete two or more elements in a vector?
For example, A = [1 1 2 3 10 7 10 1 5 3] two or more elements in A is 1, 3, 10. delet two or more elements in A -> A ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I calculate the integral2 using sum of prod?
syms m r theta xm = 1:29; ym = 1:29; fun = @(r,theta) (... symprod((1 - exp(((1 - sqrt((r.*cos(theta)-(xm(m)))....

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I make a sigma sum graph?
For example there are following graph for "x" and "q". fun = @(x) x; pb = 1:500; a1 = length(pb); q = zeros(1,a1); for a...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I replace this a value in the array with the k where the value is k-th min?
I wanted to elaborate on the title, but it's not easy, so I'll explain it with the following example. For example, there is [...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


symbolic input error in fzero function
function x = ibetainc(y,z,w) %Inverse of incomplete beta function betainc zfun = @(x,z,w,y) betainc(x,z,w) - y; x = fzero(z...

circa 5 anni fa | 1 risposta | 0

1

risposta