photo

magate


Last seen: presque 3 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
5 Réponses

Cody

0 Problèmes
15 Solutions

RANG
13 024
of 300 343

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
30 583
of 168 172

CONTRIBUTIONS
0 Problèmes
15 Solutions

SCORE
160

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

presque 8 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

presque 8 ans il y a

Réponse apportée
Need help with plotting accelerometer readings from MPU6050 + Arduino.
<https://www.mathworks.com/help/matlab/ref/importtool-app.html Import tool> should be the easiest way to get started. Good luck!...

presque 8 ans il y a | 0

Réponse apportée
When I have colors on a graph with 2 variables corresponding to different values, how do I make a legend from it?
Plot NaN data for the legend. See this answer <https://stackoverflow.com/questions/33474206/add-custom-legend-without-any-rel...

presque 8 ans il y a | 0

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

presque 8 ans il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

presque 8 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 8 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

presque 8 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

presque 8 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

presque 8 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

presque 8 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 8 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 8 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 8 ans il y a

A résolu


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

presque 8 ans il y a

A résolu


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

presque 8 ans il y a

Réponse apportée
How to use Chow test, in order to check structural breaks if I just have Indian GDP data series and nothing else?
Without knowing what your data is, you can use polyfit and polyval to get a regression equation. See: <https://www.mathworks....

presque 8 ans il y a | 0

Réponse apportée
how to create table containing given file data according to its order?
Is the file always the same structure? Can you use the import data tool to create a function?

presque 8 ans il y a | 0

Réponse apportée
Time series regression for 25 portfolios
Are you running a loop and not indexing the variable you are filling? Essentially overwriting the value each loop iteration? ...

presque 8 ans il y a | 0

A résolu


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

presque 8 ans il y a