Ivan
Followers: 0 Following: 0
統計
MATLAB Answers
13 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
約4年 前 | 1 件の回答 | 0
1
回答質問
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. ...
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 2 件の回答 | 0
2
回答質問
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...
約4年 前 | 1 件の回答 | 0
1
回答質問
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) =...
約5年 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 0 件の回答 | 0
0
回答質問
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).....
約5年 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 1 件の回答 | 0
1
回答質問
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 ...
約5年 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 1 件の回答 | 0
1
回答質問
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...
約5年 前 | 0 件の回答 | 0