photo

형준 이


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
252,506
of 300,779

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
87.5%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Question about converting integral formula to matlab code
I'm trying to code an integral formula as a sum of discrete data. That seems correct, but the result is different. Pleas...

3 years 前 | 0 个回答 | 0

0

个回答

提问


3d Plot Coordinate Axis Settings
I loaded the .stl file using the pdegplot (code name). I want to erase the red arrow on the picture. What should we do? <...

3 years 前 | 2 个回答 | 0

2

个回答

提问


loop for removing highest value until specific value is reached
for exmaple, for 10x10 matrix A i want to make loop which removes highest element until sum of A is less than 20 and i want...

3 years 前 | 2 个回答 | 0

2

个回答

提问


solving a triple sigma equation (or triple integral)
above equation is what i want to express by mathlab code for definite the A(x,y,z) A(x,y,z) : random size 3-D vector ...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
to make a specific position of the surface image transparent
I make it yeah!

3 years 前 | 0

| 已接受

提问


to make a specific position of the surface image transparent
in making 3d image by 3d data, I want to make low value of data transpartent so that portion of high value remains i think som...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Image file saving location
my code ↓ for i = 1:5 h = imagesc(X, Y, Z(:,:,i)); xlim([-2 2]); ylim([-1 1]); fname = ['Image', num2str(i)]; ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


how to make "two matrixes → one matrix repeated colum"
for A = [a11 a12 a13; a21 a22 a23; a31 a32 a33] B = [b11 b12 b12; b21 b22 b23; b31 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


matrix row, column change
i'm not good at matlab... question : if E1 = 800 X 1 matrix, and i want E_VV = 20 X 40 matrix what is the simple code to cha...

4 years 前 | 1 个回答 | 0

1

个回答