Community Profile

photo

Ivan


Last seen: mer än 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Translation or copy of matrix in all directions
Hi all, I have the binary matrix (NxN) and I would like to translate (copy!) it in all dimention in 2D. How can I do that tra...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Simplification of two for loops
Hi, I would like to simplify the two for loop to accelerate my calculation time Maybe, you have an idea how can I do it. My ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Create a circle in the matrix with zeros
Hi! I have a Matrix D=onse(N,N). I would like to make a circle with radius R at the center at (i0,j0) with filled zeros. ...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Find maximum among the elements in the matrix lower than 80% of max element of entire matrix
Hi! I have a matrix A(n,n). I determine the maximum element like S=max(A(:)). Now, I would like to find the maximum elemen...

mer än 3 år ago | 2 answers | 0

2

answers

Question


Implementation of GPU computing with gpuArray?
Hi! I have a probplem with GPU computing. I have implemented in my code and in all my functions (*m-files) GPU computing by ad...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How to solve differential movement equation?
Hi guys, How to solve following equation and get r(t): r''(x,y)=1/2m * F(x,y) r'' - second derivative on time F(x,y) =...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to solve motion equation in symbolic way?
Hi guys, I have the following equation (motion eq) m*r''= f(x,y) f(x,y)=cos(r)*[((3*x*y)-x^3) /(r^4)- (x^3-4*x*y^2) /(r...

mer än 4 år ago | 0 answers | 0

0

answers

Question


How to choose variable from symbolic function?
I performed the calculation in symbols and final expression was converted into the matlabFanction I got F=@(x,y,z,a,b,c,t).....

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to choose certain variables from many, defined by matlabFunction?
Hi, I have converted the expression defined in a symbolic way to matlab function using matlabFunction I have got the followi...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Problem to extract real and imaginary parts?
syms E0 real positive syms x real syms y real syms z real syms x0 real syms y0 real syms z0 real syms R real positive sy...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to combine numbers and symbols?
While calculation some complex expressions with symbols and numbers, Matlab appears to be a weak tool to extract later Real and ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to extract real and imag part from symbolic expression
Hi, I have the following symbolic expression: a=((6*pi*a0)/(6*pi-j*(kn^3*a0))); ap=a/(1-a/(16*pi*R^3)*((eps_s-eps_w)/(ep...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Error with symbolic summation of complex matrixes
Hi, I have an issue with a symbolic summation of complex matrices.. In particular, I have defined two matrixes in a symbolic...

mer än 4 år ago | 0 answers | 0

0

answers