Federico Miretti - MATLAB Central
photo

Federico Miretti


Last seen: 2 Tage vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

PhD Student in engineering at the Energy Department of Politecnico di Torino, Italy.

Statistik

All
CodyMATLAB AnswersFile ExchangeFrom 10/19 to 03/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 Fragen
0 Antworten

File Exchange

1 Datei

Cody

0 Probleme
7 Lösungen

RANG
21.200
of 297.503

REPUTATION
2

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
2

RANG
4.542 of 20.449

REPUTATION
306

DURCHSCHNITTLICHE BEWERTUNG
4.90

BEITRÄGE
1 Datei

DOWNLOADS
35

ALL TIME DOWNLOADS
1472

RANG
43.560
of 159.017

BEITRÄGE
0 Probleme
7 Lösungen

PUNKTESTAND
83

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 4
  • Thankful Level 2
  • Treasure Hunt Participant
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


DynaProg
Solve finite horizon multi-stage deterministic decision problems using Dynamic Programming

4 Monate vor | 37 Downloads |

4.9 / 5
Thumbnail

Frage


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

etwa 3 Jahre vor | 2 Antworten | 1

2

Antworten

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

mehr als 5 Jahre vor

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort