photo

Qiu Xu


Last seen: 4 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
36.057
of 300.343

REPUTATION
1

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
1

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Thankful Level 2
  • First Review

View badges

Feeds

View by

Question


how to aviod the two loops
I have a code: x=linspace(-10,10,10001); y=linspace(-5,5,20001); A=[]; for j=1:length(x) for k=1:length(y) A=...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


How to aviod the following for loops
Hi, I want to perform the following calculations on Matlab N=1000; M=200; K=256; U=rand(N,M)+i*rand(N,M); % where i is comp...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to plot the 2d complex function with amplitude and phase
I have a 2d complex function as follows psi=sqrt(x^2+y^2)*exp(-(x^2+y^2)/16)*exp(i*atan2(y,x)); How to realize the following ...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How to plot the 2d complex function with amplitude and phase
I have a 2d complex function as follows psi=sqrt(x^2+y^2)*exp(-(x^2+y^2)/16)*exp(i*atan2(y,x)); How to realize the following ...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How to write the linear equations in the form of matrix
I have a linear equations: -i*c*sqrt((nx+1)*ny)*u_{nx+1,ny-1}+i*c*sqrt(nx*(ny+1))*u_{nx-1,ny+1}=E*u_{nx,ny}, where nx,ny=0,1,2,3...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


multi-dimensional gpu array multiplication
Hi, I am performing the following two GPU calculations: (1) The first problem m=100; n=100; p=1024; A=gpu...

ongeveer 4 jaar ago | 0 answers | 0

0

answers

Question


2D matrix multiply with 3D array
Hi, I have two 2D matrix u and v, and a 3D array B. I want to perform the following calculations, for example u=rand(200,300);...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


using eig to find the eigenvalues and eigenvectors of a large matrix on GPU
Hi, I have matrix A with 7936*7936 dimensions. I use eig to find its eigenvalues and eigenvectors, the command is [vect,eige...

ongeveer 4 jaar ago | 1 answer | 1

1

answer

Question


each columun of a 2D matrix multiply with a 3D array
Hi, I have a 2D matrix and a 3D array, I want to perform the following calculations: A=rand(200,300); B=rand(60,6...

ongeveer 4 jaar ago | 2 answers | 0

2

answers