Statistica
RANK
112.457
of 300.857
REPUTAZIONE
0
CONTRIBUTI
5 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
quasi 13 anni fa
Risolto
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...
quasi 13 anni fa
Risolto
Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...
quasi 13 anni fa
Risolto
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 ...
quasi 13 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 13 anni fa
Risolto
Happy 2013...
Happy 2013, everyone! An interesting tidbit about 2013 is that it is the first year since 1987 to contain four different digits...
circa 13 anni fa
Risolto
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...
circa 13 anni fa
Risolto
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:...
circa 13 anni fa
Risolto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
circa 13 anni fa
Risolto
Divisors of an integer
Given a number N, return a vector V of all integers that divide N. For example, N = 10 Then V=[1 2 5 10]
circa 13 anni fa
Domanda
New matrix from all based on some criteria
Hi, Probably this is a very simple question, but I am new to Matlab and can't find the answer so would appriciate your help. ...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
Find row where cell value equals some defined value
Hi, I have a list called quarters that looks something like: 1999Q2 1999Q3 1999Q4 2000Q1 I would like to find ...
quasi 14 anni fa | 2 risposte | 0
2
risposteDomanda
Sort without duplicate
Hi, I want to sort a vector leaving only unique values. For example, if I have: 1 2 2 3 4 4 5 I wa...
quasi 14 anni fa | 1 risposta | 0
1
rispostaDomanda
out of memory
Hi, While working with Matlab I get "out of memory" message. Memory status is as following: Maximum possible array:...
quasi 14 anni fa | 2 risposte | 0
2
risposteDomanda
Data read in
Hi, I have quite many files starting named like data_52348.csv where the number is just random 5 digits. I would like to read...
quasi 14 anni fa | 2 risposte | 0

