photo

Vinicius Pereira Mateus Borges


Last seen: plus de 3 ans il y a Actif depuis 2019

Followers: 0   Following: 0

PhD Candidate in Behavioral Neuroscience

Statistiques

All
MATLAB Answers

1 Question
5 Réponses

Cody

0 Problèmes
12 Solutions

RANG
4 266
of 300 392

RÉPUTATION
12

CONTRIBUTIONS
1 Question
5 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
2

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
34 086
of 168 373

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
131

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
  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
how to take whole matrix using loop index
I am not sure if I understand the question. Please attach some of your data and code as an example if the following does not hel...

environ 5 ans il y a | 0

Réponse apportée
How to show negative y-limits on a graph using property inspector
Hello, this can be done in the 'Rulers' section of the property inspector. Just a note of caution: It is a bad idea to change...

environ 5 ans il y a | 1

Réponse apportée
How to display multiple histogram with one run
Hello Mustafa, you can use subplots inside for loops. clear all; n = 100; t0 = 0.5; b = 1:5; T = 1:5; clf figure(1)...

environ 5 ans il y a | 1

| A accepté

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

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

environ 5 ans il y a

Réponse apportée
How to add different colors to one line chart
Hello Rizwan, The plot you asked about seems to be using the scatter function instead of plot function in MATLAB. The scatter...

environ 5 ans il y a | 0

| A accepté

A résolu


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

plus de 6 ans il y a

A résolu


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

plus de 6 ans il y a

Réponse apportée
How can I fill between two curves, but only when one curve is above the other?
Hi, I am new to MATLAB - I just started doing an online course a few weeks ago - so this is probably not a very good solution. ...

plus de 6 ans il y a | 0

Question


Looping through different fields in struct
I have a struct data field with many fields: finalData.s7.bm5.rSync The first field is goes from s1, s2... s8, s9 and defines ...

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

1

réponse

A résolu


Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...

plus de 6 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...

plus de 6 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 6 ans il y a

A résolu


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

plus de 6 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 ...

plus de 6 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...

plus de 6 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:...

plus de 6 ans il y a

A résolu


Additive persistence
Inspired by Problem 2008 created by Ziko. In mathematics, the persistence of a number is the *number of times* one must apply...

plus de 6 ans il y a