photo

Chen


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
167,246
of 300,847

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,279

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Review

查看徽章

Feeds

排序方式:

提问


Assign values from an matrix to another by using row and column indexes -- array exceeds maximum array size preference
Hi So I have an image (345*345 matrix), and I did this [row, column] = find(image == 1); i.e., to get the row and column i...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I adjust the space between each subplot for a 5*3 subplots setup?
I know I need to have a format like this below but I could not figure out what are the values should be in after the 'position' ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How can I get a matrix of ellipsoid?
I want to have a matrix of ellipsoid, without using the matlab "ellipsoid" function, or other functions, because I need to work ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Plot a filled black circle on a certain background
I have a 344*344 grey level image with noise only. Now I want to plot a filled black circle in the middle of that gray image as ...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Draw filled triangle and possibly change aspect ratio
a solution by myself: Use the logic of the pixels' positions: function trianglePixels = ar_t_man(i) a = zeros(150,150); ...

5 years 前 | 0

提问


How can I save the final output in a matrix without manually save it on the image panel using patch?
I have code like this: x=[0 10 5]; y=[0 0 8.66]; patch(x,y,'white') set(gca,'Color','k','xticklabel',[],'yticklabel',[]) ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Draw filled triangle and possibly change aspect ratio
How can I draw a filled equilateral triangle (actually white) with background black? I don't want to have any x and y axis on th...

5 years 前 | 2 个回答 | 0

2

个回答

提问


ERROR: FMINCON requires all values returned by functions to be of data type double.
I have this function evalQ_test: function Q = evalQ_test(x) %%% %%% Q_1 = x(1)+x(2); %%% Q=double(-(Q_1+Q_2+Q_3)); end I ...

6 years 前 | 1 个回答 | 0

1

个回答