Alessio Conte
Followers: 0 Following: 0
Feeds
已解决
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...
4 years 前
已回答
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!...
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!...
5 years 前 | 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....
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....
6 years 前 | 0
提问
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...
6 years 前 | 2 个回答 | 0
2
个回答已回答
Why 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...
Why 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...
6 years 前 | 0
提问
How to create LaTeX tables?
Do you know a functio that takes a matrix and gives the latex table code of that Matrix?
6 years 前 | 1 个回答 | 0
1
个回答提问
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>>
6 years 前 | 0 个回答 | 0
0
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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.
6 years 前 | 6 个回答 | 0
6
个回答提问
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,...
6 years 前 | 2 个回答 | 0
2
个回答已解决
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
6 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6 years 前
已解决
Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.
6 years 前
已解决
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...
6 years 前
已解决
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 ...
6 years 前
已解决
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...
6 years 前
已解决
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...
6 years 前
已解决
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...
6 years 前
已解决
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...
6 years 前
提问
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 ?
7 years 前 | 1 个回答 | 0