photo

Ariel Chou


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
112 565
of 301 624

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
44.44%

VOTES REÇUS
0

RANG
 of 21 365

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 828

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse