photo

Chen


Last seen: 約1年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
108,936
of 300,759

評判
0

コントリビューション
7 質問
1 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
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年 前 | 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年 前 | 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年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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 ...

5年以上 前 | 1 件の回答 | 0

1

回答