![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9026634_1592556975507.jpg)
Gianpietro Battocletti
Delft University of Technology
Followers: 0 Following: 0
PhD Student at TU Delft
Python
Spoken Languages:
Italian
Statistik
RANG
26.434
of 297.016
REPUTATION
1
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Setting path for CAD parts in Simscape Multibody
I am creating a Simscape project to simulate a 3D model I created with Autodesk Inventor 2021 (Build 250183000, 183). I succesfu...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortGelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
fast 3 Jahre vor
Gelöst
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
fast 3 Jahre vor
Gelöst
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...
fast 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...
fast 3 Jahre vor
Gelöst
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
fast 3 Jahre vor
Gelöst
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 ...
fast 3 Jahre vor
Frage
Is it possible to use an interpreter in UIdropdown items names?
Hi, I am designing an app with the App Designer. I want to add a drop down menu to choose the size of a capacitor. The menu ite...
etwa 3 Jahre vor | 2 Antworten | 1
2
AntwortenGelö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
Gelöst
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:...
mehr als 3 Jahre vor
Frage
Bode plot of butter filter's transfer function has wrong Module axis scale
I am tryng to create a second order butterworth lowpass filter and to plot its transfer function on a Bode plot. The problem...
etwa 7 Jahre vor | 1 Antwort | 0