photo

Wei-Rong Chen


Last seen: 約1ヶ月 前 2015 年からアクティブ

Followers: 0   Following: 0

My research has focused on speech production and perceptoin.

Programming Languages:
MATLAB

統計

All
MATLAB Answers

1 質問
1 回答

File Exchange

18 ファイル

Cody

0 問題
96 解答

ランク
10,505
of 300,392

評判
4

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

回答採用率
100.0%

獲得投票数
0

ランク
1,962 of 20,934

評判
934

平均評価
3.70

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

ダウンロード
27

ALL TIME ダウンロード
8540

ランク
7,193
of 168,373

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

スコア
980

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Treasure Hunt Participant
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

約4年 前

質問


Compiled app from App Designer can't recognize 'DAGNetwork'.
I trained a U-Net model using 'unetLayers.m' and tried to read this model from an Matlab App. It works fine with Matlab App bu...

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

1

回答

送信済み


Align Wave
Time-align two wave signals by shifting wav2 to be aligned with wav1, using cross correlation.

4年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


RenameVar(matFName, originalVarName, newVarName)
Rename variable(s) in mat file

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


RunRcode(RscriptFileName,Rpath)
This function calls R to run R script (.r file) under Matlab

8年弱 前 | ダウンロード 7 件 |

5.0 / 5
Thumbnail

解決済み


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

約8年 前

回答済み
I want to read this text file from Matlab directly and want to import data of all columns into work space in an array.
It will be much easier if you use 'readtable' function. For example: dataTable = readtable('1.txt','Delimiter',your_del...

約9年 前 | 0

解決済み


Chicken race
2 chickens, Pete and Fred, compete in a 100 meter race. Pete runs at a velocity of vp meter/second and Fred is slower, running ...

約9年 前

送信済み


Z-score-normalized euclidean distances
Compute normalized euclidean distance between two arrays [m (points) x n (features)]

約9年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


z-score rescaling
Rescale the input data by z-score.

約9年 前 | ダウンロード 1 件 |

0.0 / 5

解決済み


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

10年弱 前

送信済み


mutualinfo(x, y,nBins, ifplot)
This function calculates the mutual information of X and Y

10年弱 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

10年以上 前

解決済み


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

10年以上 前

解決済み


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

10年以上 前

解決済み


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

10年以上 前

解決済み


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

10年以上 前

解決済み


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

10年以上 前

解決済み


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

10年以上 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

10年以上 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

10年以上 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

10年以上 前

解決済み


Back to basics 12 - Input Arguments
Covering some basic topics I haven't seen elsewhere on Cody. Return a value equal to the number of input arguments to the fun...

10年以上 前

解決済み


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

10年以上 前

解決済み


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

10年以上 前

解決済み


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

10年以上 前

解決済み


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

10年以上 前

解決済み


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

10年以上 前

解決済み


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

10年以上 前

解決済み


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

10年以上 前

さらに読み込む