photo

Wei-Rong Chen


Last seen: 2 månader ago Active since 2015

Followers: 0   Following: 0

Message

My research has focused on speech production and perceptoin.

Programming Languages:
MATLAB

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

18 Files

Cody

0 Problems
96 Solutions

RANK
10 505
of 299 969

REPUTATION
4

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
1 958 of 20 853

REPUTATION
933

AVERAGE RATING
3.70

CONTRIBUTIONS
18 Files

DOWNLOADS
29

ALL TIME DOWNLOADS
8529

RANK
7 090
of 166 784

CONTRIBUTIONS
0 Problems
96 Solutions

SCORE
980

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Solved


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...

nästan 4 år ago

Question


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...

nästan 4 år ago | 1 answer | 0

1

answer

Submitted


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

mer än 4 år ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

mer än 4 år ago | 1 download |

0.0 / 5

Submitted


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

nästan 8 år ago | 9 downloads |

5.0 / 5
Thumbnail

Solved


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...

nästan 8 år ago

Answered
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...

nästan 9 år ago | 0

Solved


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 ...

nästan 9 år ago

Submitted


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

nästan 9 år ago | 1 download |

0.0 / 5

Submitted


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

nästan 9 år ago | 1 download |

0.0 / 5

Solved


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...

mer än 9 år ago

Submitted


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

nästan 10 år ago | 3 downloads |

0.0 / 5
Thumbnail

Solved


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

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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....

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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...

mer än 10 år ago

Solved


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.

mer än 10 år ago

Load more