Community Profile

photo

Jhie Ton


2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


What type of data (200 x 200 x 200)
I have a data whose size is 200 x 200 x 200 double (seen in the workspace). What type of data is it? is it a matrix or a vector?...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Help ---> matrices X and Y must have the same size as Z
x = 0.01:0.01:2; y = 0.01:0.01:2; z = 0.01:0.01:2; rex = reshape(x,10,20) rey = reshape(y,10,20) rez = reshape(z,10,20) ...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


Pre-allocating a memory for a Matrix
How can I pre-allocate a memory for a matrix? for example, a 1x200 matrix?

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting a multivariable function B(x,y,z)
How to plot the Biot-Savart Law that depend on 3 variables? B(A,t,r)=((4*pi^-7)*(A.sin(60.*t)))/((4*pi)*(r.^2))

대략 4년 전 | 답변 수: 1 | 0

1

답변