A résolu


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

environ 12 ans il y a

A résolu


Pattern matching
Given a matrix, m-by-n, find all the rows that have the same "increase, decrease, or stay same" pattern going across the columns...

environ 12 ans il y a

A résolu


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

environ 12 ans il y a

Réponse apportée
Symbolic substitution in matrices
vpa(T03n) vpa(T0Hn) help vpa VPA Variable precision arithmetic. R = VPA(S) numerically evaluates each elemen...

environ 12 ans il y a | 0

| A accepté

A résolu


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

environ 12 ans il y a

A résolu


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

environ 12 ans il y a

Réponse apportée
A Problem with bar3 Function
Are you trying to make 3 independent graphs on the same figure? Are you familiar with subplot()? That would give you mo...

environ 12 ans il y a | 1

Réponse apportée
Estimate the minimum point given any function
FMINBND Single-variable bounded nonlinear function minimization. X = FMINBND(FUN,x1,x2) attempts to find a local minimizer X...

environ 12 ans il y a | 0

Réponse apportée
Name for this practice: c = x.^2
"Element-wise power" <http://www.mathworks.com/help/matlab/ref/power.html> Also, "Element-wise multiplication" http://w...

environ 12 ans il y a | 2

| A accepté

A résolu


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

environ 12 ans il y a

Réponse apportée
Anyone integrated photovoltaic generation system to the grid in matlab 2013a.
If you have SimPowerSystems: <http://www.mathworks.com/matlabcentral/fileexchange/34752-grid-connected-pv-array>

environ 12 ans il y a | 0

| A accepté

Réponse apportée
How can I derive partitions of data sets in for loop
Creating arrays with the number in the name is considered bad programming practice, so instead of fixing your code, most people ...

environ 12 ans il y a | 0

| A accepté

A résolu


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

environ 12 ans il y a

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

environ 12 ans il y a

Réponse apportée
How to browse a Solar cell into your Simulink model Matlab 2013a
<https://www.mathworks.com/store/productselection.do> <http://www.mathworks.com/products/simelectronics/>

environ 12 ans il y a | 0

A résolu


Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...

environ 12 ans il y a

A résolu


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

environ 12 ans il y a

Réponse apportée
lsqcurvefit - problem with number of iterations
1) As a first try, I'd recommend scaling your x0, so they are all similar order of magnitude when passed into lsqcurvefit(). ...

environ 12 ans il y a | 0

A résolu


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

environ 12 ans il y a

Réponse apportée
Remove Operations in a Vector
real(x)

environ 12 ans il y a | 0

| A accepté

A résolu


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

environ 12 ans il y a

A résolu


Choose the best fitting dominoes
You will be given a cell array of nx2 matrices. Choose one row from each matrix. These are the ordered pairs that will be plac...

environ 12 ans il y a

Réponse apportée
Need help with central difference method..
Perhaps you mean: plot(x_2,df,'LineWidth',1,'MarkerSize',100) instead of: plot(x_2,df(i-1),'LineWidth',1,'MarkerSi...

environ 12 ans il y a | 0

A résolu


Find best domino orientation
Given a list of pairs, find the orientation they should be placed in a line, such that the sum of the absolute values of the dif...

environ 12 ans il y a

A résolu


Rotate and display numbered tile
Imagine a square tile with four numbers on it, one on each edge. We will call these edges north, east, south, and west. If th...

environ 12 ans il y a

A résolu


Find best placement for ordered dominoes (harder)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

environ 12 ans il y a

A résolu


Find perfect placement of non-rotating dominoes (easier)
Given a list of ordered pairs, find the order they should be placed in a line, such that the sum of the absolute values of the d...

environ 12 ans il y a

A résolu


Stuff the Board
You have a stack of tiles to put onto an array-like playing board. Each tile has a number (always an integer), and the board var...

environ 12 ans il y a

A résolu


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

environ 12 ans il y a

A résolu


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

environ 12 ans il y a

Charger plus