photo

david Chan


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
145,791
of 300,863

評判
0

コントリビューション
11 質問
0 回答

回答採用率
72.73%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Find the average point with the four points surround it, using For-loop and function
Hi guys, I had trouble on getting the average point with the four points surround it. Matlab said there is a error on a(i,n...

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

1

回答

質問


Pick a phrase to print depending on the time of day.
I have a cell array which is the code below. greetcell = {'Good morning', 'Good afternoon','Good evening'}; I need to pi...

約11年 前 | 1 件の回答 | 0

1

回答

質問


generate random upper string in function
I tried to generate the same length of upper string as the input argument. For example, if I put wordscramble('abcd'), the ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Convert the mxn size Matrix to square Matrix without using loop or if
Hi, I have a random mxn matrix, like 4x6 and I want it to be square. For example, a original 4x6 matrix would be created by ...

約11年 前 | 2 件の回答 | 0

2

回答

質問


got stunned and cannot display on commond during using while-loop
exp(x)= lim n to inf (1+x/n)^n write a function to accept x and calculate on the right-­hand side for n = 1, 2, 3, … until th...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Product of each row with for-loop
Hi, I got a 6by6 matrix and I have to calculate the product in each row like in v = [1 2 3; 4 5 6], the product of row 1 shoul...

約11年 前 | 1 件の回答 | 0

1

回答

質問


find the minimum value in each row without using min
I can't use function min And here is my code x = rand([4,3]) for i = 4; row = 0; for j = 1:3 i...

約11年 前 | 1 件の回答 | 0

1

回答

質問


store the data in dat file with loop function
the question is : there a machine for n piece of pipe. Each pipe should measure weight and length and save as pipe.dat file. wei...

約11年 前 | 1 件の回答 | 0

1

回答

質問


write a script to write another new .dat
I have to write a script which can write the data to a new .dat file. I already have a vector = [2000 3000 4000 7000 11000; 300...

約11年 前 | 0 件の回答 | 0

0

回答

質問


display Empty matrix: 1-by-0
here is the question : function can return a vector as a result. Write a function vecout that will receive one integer argu...

約11年 前 | 1 件の回答 | 0

1

回答

質問


adjust percentage of red green blue in RGB
hi, I need to change the percentage color for a picture between red green blue. For example, when I put a number, like 50% o...

約11年 前 | 1 件の回答 | 0

1

回答