Alessio Conte
Followers: 0 Following: 0
Statistics
RANK
294.234
of 295.448
REPUTATION
0
CONTRIBUTIONS
8 Questions
3 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-D...
meer dan 4 jaar ago
How can I create an impulse (delta) signal in Simulink?
Yes you're right actually...I was just curious of doing what we have seen in classe but actually doesn't make sense. Thanks!...
meer dan 5 jaar ago | 0
App building on Android device fails due to an error: Cannot read file androidObjectDetection\\src\\main\\res\\layout\\AndroidManifest.xml.
Hi Sruthi, I tried in a different directory (C:\data) but still the same error. It looks like cannot file the AndroidManifest....
ongeveer 6 jaar ago | 0
Question
App building on Android device fails due to an error: Cannot read file androidObjectDetection\\src\\main\\res\\layout\\AndroidManifest.xml.
Hi heveryone. I have MATLAB R2018b. I have the simulink support package for android devices correctly installed I followed th...
ongeveer 6 jaar ago | 2 answers | 0
2
answersWhy does Build fail during Hardware Setup for Simulink Android Support Package for R2018a and R2018b
Dear Sruthi Yenugula. I have R2018b version of MATLAB. When I try to build an app on my device i get the error: Cannot writ...
ongeveer 6 jaar ago | 0
Question
How to create LaTeX tables?
Do you know a functio that takes a matrix and gives the latex table code of that Matrix?
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
Im trying to deploy on my Android Hardware an application modelled in Simulink. I get an error when i push Deploy to Hardware button. Can Anyone Help?
The error I get is in the attached figure. Can Anyone help? <</matlabcentral/answers/uploaded_files/120190/Cattura.PNG>>
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
I get an error when i try to deploy an app on Android device. The error says "Use a folder name that does not contain spaces"
The attached image shows the error i get when I push on the button "Deploy to Hardware" from the Simulink toolbar. Do you have a...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How can I visualize signals evolving time by time on a dashboard, while simulation is running?
I would like to see how signals change in time, time by time and not all at once at end. I tried to understand it from the examp...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How can I create an impulse (delta) signal in Simulink?
How can I create an impulse (delta) signal in Simulink? I looked for it in "Sources" library but there is not.
meer dan 6 jaar ago | 6 answers | 0
6
answersQuestion
How can I display on a Simulink Scope two different y axis?
I need to plot altitude signal and velocity signals on two different y axis. I cannot find the solution in the scope Properites,...
meer dan 6 jaar ago | 2 answers | 0
2
answersSolved
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
meer dan 6 jaar ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
meer dan 6 jaar ago
Solved
Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.
meer dan 6 jaar ago
Solved
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
meer dan 6 jaar ago
Solved
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 ...
meer dan 6 jaar ago
Solved
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
meer dan 6 jaar ago
Solved
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
meer dan 6 jaar ago
Solved
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
meer dan 6 jaar ago
Solved
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...
meer dan 6 jaar ago
Question
Since i have a student licence, do i have to pay the "Matlab for data processing and visualization" course ?
Since i have a student licence, do i have to pay the "Matlab for data processing and visualization" course ?
meer dan 7 jaar ago | 1 answer | 0