photo

Andrea Somma


Last seen: 대략 1년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
1 답변

순위
36,090
of 300,853

평판
1

참여
12 질문
1 답변

답변 채택
83.33%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


interpolate value of 3D points on a meshgrid with a CUSTOM FUNCTION
% particle to mesh interpolation function (NOT ARBITRARY) H = 3/pi/rCut^2; u = @(r) H*(1-r/rCut).*(r.^2<=rCut^2); for k...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Interpolate differently along different directions
I have a field (V) which is defined on a meshgrid X,Y,Z,V and a set of point on which I want the interpolated field, but I want ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


cell linked method in matlab with parallelization trough domain splitting
I want to perform particle dynamics integration with cell linked method (all particles are assigned to different cells to speed ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Make a surface (interpolated colors) plot with contour lines over it
I wanto to make a plot like the one in the image: The code I tried is below, but the contours dont properly show (hidden belo...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Tab autocompletions in functions for paths
Is it possible to get paths autocompletions even in functions created by the user? For example if I create a function that gets ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


from 0 1 matrix to boundaries and vertices
I have a matrix like the one is attached here I want to overwrite on the ones: 2 if the cell is a edge 3 if the cell is a vert...

대략 3년 전 | 답변 수: 1 | 1

1

답변

질문


components of a vector with sign, having direction and magnitude
I have the direction of a vector lets say passing trough [0.3 4 5], [5 7 32] (x,y,z), and the magnitude 45; how can I calculate...

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

1

답변

답변 있음
1D simulation diffusion term, polar coordinates, moving boundary condition
I managed to solve it with a complete different approach and non-dimensional coordinates

대략 3년 전 | 0

| 수락됨

질문


from 1D vector to mesh plot
If I have a 1D vector in space(radius) and concentration for example, is there a simple way to create a meshplot with a circular...

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

1

답변

질문


1D simulation diffusion term, polar coordinates, moving boundary condition
I am trying to integrate the system I am showing in the page 3 of the attached pdf but I am having some problems with Cw and th...

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

1

답변

질문


write from cell aray to txt file
I have a cell array like this: I want to write it line by line into a txt file (so I can chose which line to write whith an i...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


write in a txt file
i have to write parameters into a .txt file where there are already some written lines (a sort of template) like this from: Di...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


divide a string every 15 characters
I want to divide this string into 5 strings long 15 characters A = ["+6.64430238e+00+1.14987825e-02-4.68099585e-06+9.62334222...

3년 초과 전 | 답변 수: 1 | 0

1

답변