![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14212360_1612531922243.jpeg)
Federico Miretti
Followers: 0 Following: 0
PhD Student in engineering at the Energy Department of Politecnico di Torino, Italy.
Statistiques
RANG
20 994
of 297 010
RÉPUTATION
2
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
2
RANG
4 603 of 20 418
RÉPUTATION
298
CLASSEMENT MOYEN
4.90
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
20
ALL TIME TÉLÉCHARGEMENTS
1442
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
DynaProg
Solve finite horizon multi-stage deterministic decision problems using Dynamic Programming
3 mois il y a | 20 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3df3f3df-feb6-4cfb-84f3-df0529d46b38/68335a30-db67-4f27-93a3-11b69cc1507f/images/primaryScreenShot.png)
Question
Is it a good idea to overload subsref to mimic MATLAB's griddedInterpolant behavior?
As you know, griddedInterpolant and scatteredInterpolant create an interpolant object (say, F) that can be used to interpolate d...
presque 3 ans il y a | 2 réponses | 1
2
réponsesA résolu
Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...
environ 3 ans il y a
A résolu
Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...
environ 3 ans il y a
A résolu
Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...
environ 3 ans il y a
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 numbers. Otherwise return false. Example...
plus de 3 ans il y a
A résolu
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
plus de 3 ans il y a
A résolu
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
plus de 3 ans il y a
Question
Using engine data from the Powertrain Blockset in academic publications
I used fuel consumption and emissions look-up tables obtained by resizing the reference CI Engine from the Powertrain Blockset i...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Preserving the shape of the indices vector when indexing into another vector.
Suppose i have a vector of values A A = [5 10 15 20 25]; And a vector of indeces that may have any number of singleton leading...
plus de 4 ans il y a | 1 réponse | 1
1
réponseQuestion
Access all k-th elements of a n-dimensional array, where the k indexes are defined in a (n-1)-dimensional array.
I have a 3-dimensional N-by-M-by-L array of values A, e.g. A(:,:,1) = [1 2 3; 4 5 6; 7 8 9]; A(:,:,2...
plus de 4 ans il y a | 1 réponse | 0
1
réponseA résolu
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
plus de 5 ans il y a
Question
What are the differences between Simscape Driveline and Simulink Powertrain Blockset?
Looking at the product pages on Mathworks' website, Simscape Driveline and Simulink Powertrain Blockset seem be aimed at the sam...
plus de 5 ans il y a | 1 réponse | 0