photo

Ariel Chou


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
199,918
of 300,756

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
44.44%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Error using plot Vectors must be the same length.
The question is: Plot 2 curves in the same graph: y1=5*sin^2(u) and y2=5*cos^2(u), where u is in degrees from 0 to 180, with ...

8 years ago | 1 answer | 0

1

answer

Question


How to stop the loop when percentage error is reached?
It is known that the values of the following three sums, accurate to 12 decimal places, are: <</matlabcentral/answers/upload...

8 years ago | 1 answer | 0

1

answer

Question


How to write the code for the second requirement?
Write a function _vec_ that will receive a vector of real numbers. If the sum of the components of the input vector is less ...

8 years ago | 0 answers | 0

0

answers

Question


How to display the vector in this question?
Write a function _func_ that will receive one input argument x. If x is a scalar, the function will return its square root, ...

8 years ago | 0 answers | 0

0

answers

Question


Correction on summation of Maclaurin Series of cos(x)
So the question asks us to: 1. generate a real number x in the range from 0 to 2π 2. prompt the user to enter a non-negati...

8 years ago | 1 answer | 0

1

answer

Question


How to write the summation of the maclaurin series of cos(x)?
How to write the summation of Maclaurin series of cos(x)? I tried: >> syms k x >> SUM = symsum((-1).^(k+1) * x.^2*(k...

8 years ago | 2 answers | 0

2

answers

Question


How to assign new name for a matrix that has one row removed
Hi I know how to delete a row from a matrix, but I don't know how to assign a new name for it. For example: >> A = [1;2;3...

8 years ago | 1 answer | 0

1

answer

Question


How to generate a random REAL NUMBER VECTOR with a range?
How to generate a random REAL NUMBER VECTOR with a range? I can only generate a random INTEGER vector with a range, which is ...

8 years ago | 2 answers | 0

2

answers

Question


How to prompt the user to enter a non-negative integer m?
how to prompt the user to enter a non-negative integer m >> m = input ('Enter a non-negative integer: '); >> m2 = abs(m...

8 years ago | 1 answer | 0

1

answer