Answered
@MinidroneCompetition Team strength
Hello Harsh, The team strength can be minimum 2 and maximum 4. The number of members in the team should not exceed 4. -Mai...

5 years ago | 0

| accepted

Answered
MinidroneCompetition: Possible reasons for a flag?
Hello Ningyuan, Can you please send a screenshot of the error you receive? Presently, I assume that you get an error similar ...

5 years ago | 1

Answered
MinidroneCompetition track evaluation, how can I build our own tracks?
Hello Tianwei, You can refer to the last video in the MathWorks Minidrone Competition video series, Competition Arena. That w...

5 years ago | 0

| accepted

Answered
About Aerospace Blockset installation
Hello Sadashiv, You do not have to buy any product for the competition. If you have applied for the competition, you will rec...

5 years ago | 0

Answered
Flight Control of the Minidrone
Hello Kaiwen Chen, It is suggested that you keep the Flight Control System as it is and modify the Image Processing and the Pat...

5 years ago | 0

Answered
can we change color of circular landing marker ?
Hello Ankush, For the evaluations in Round 1 and in Round 2, the colour of the circular marker will be the same as that for t...

5 years ago | 1

| accepted

Answered
How can I build the code for parrot when I ping is ok?
Hello Dejie li, Seems like the hardware you are using is set to Rolling Spider instead of Mambo in the Simulink model. The Di...

5 years ago | 0

Answered
asbQuadcopter error when deploying to parrot mambo drone
Hello, From the error you get, seems like you are trying to build the top model on the hardware whereas you should build the ...

6 years ago | 0

Answered
Can I use an Adafruit GPS Shield with an Arduino on the Matlab and Simulink Support packages?
Hello, There is an application example to Read Serial Data from a GPS Shield Using Arduino Hardware for Simulink available fr...

6 years ago | 0

Answered
GPS signal into simulink via arduino
Hello, There is an application example to Read Serial Data from a GPS Shield Using Arduino Hardware for Simulink available fr...

6 years ago | 0

Answered
Parrot Mambo Mini drones connecting problem
Hi Zhaoyi, Simulink now support the *Parrot Mambo* drone in R2017b release. You can find more details on <https://www.mathwor...

6 years ago | 0

Answered
How to video collage in matlab?
Hi Erol, You can have a look at this <https://www.mathworks.com/matlabcentral/answers/307194-playing-multiple-video-simultane...

6 years ago | 0

Answered
Fast restart does not work with timeseries objects?
Hi Sandip, I tried creating a small model to see if the issue can be reproduced using the following model: <</matlabcentra...

6 years ago | 0

Answered
Will Pixhawk PX4 Support from Embedded Coder be updated with new features?
Hi Erlend, We are looking into upgrading the Pixhawk Pilot Support Package for a newer firmware release. Unfortunately, we do...

6 years ago | 0

| accepted

Answered
How do I change the position reference values in the asbQuadcopter project for Parrot Rolling Spider Minidrones?
Hi, To deploy reference position changes on to the drone you will have to make the reference value changes inside the _flight...

6 years ago | 1

Answered
Convert 32 bit HEX to signed floating point
Hi, By hexsingle2num function I assume that you are referring to the following File Exchange submission: https://www.mathworks....

6 years ago | 6

| accepted

Answered
Deconvolution gives Inf results - MATLAB precision error?
We had certain discussions about the issue that you observe. The behaviour that you observe is not a bug, but it is caused by...

6 years ago | 2

| accepted

Answered
Shade area between two curves and maintain central solid line in shaded area
Hey, Maybe the following links will help you implement your requirement: * https://in.mathworks.com/matlabcentral/answers/...

7 years ago | 0

Answered
increasing plotting area for subplot figures
As suggested by Adam, you could define the individual axis by yourself from the MATLAB Command Window or you could also use <htt...

7 years ago | 0

Answered
Using and understanding contourc
Hi, The following links maybe of help to you- # <https://in.mathworks.com/matlabcentral/newsreader/view_thread/52362 conto...

7 years ago | 0

Answered
NEO-6M GPS connected via Arduino to Matlab
Hi Joppe, The SoftwareSerial library is used to send the GPS data to the Arduino board and the Arduino board streams the same...

7 years ago | 2

Answered
Image matching on Simulink
Hi, From the description, seems like the <https://in.mathworks.com/help/vision/ref/templatematching.html Template Matching> b...

7 years ago | 0

Answered
How can I use writeRead command for SPI device with a uint12 precision?
Hi Stefano, Looks like you will have to read the data as uint16 and then mask the bits that are not desired. You will hav...

7 years ago | 0

| accepted

Answered
Why am i getting worng answer from the Fourier Block in Simulink when generating interharmonics in my input sine signal
Hi Aubai, I tried to execute the code by changing parameters as you suggested and I could see the concerns that you face. Thi...

7 years ago | 0

| accepted

Answered
financial time series sum
Hi Chiara, The error is caused because you need to convert the data to matrix format before you can add the two values as giv...

7 years ago | 1

Answered
Optimize variable creation from xlsread
Hi, I assume that you want to automate the code wherein you will not have to type in the assignment for each of the variables...

7 years ago | 1

Answered
Where can I find a helpful link or extensive manual for how to use Simulink and/or matlab with Raspberry Pi 3?
Hi Andrew, The following are MathWorks documentation references that provide MATLAB and Simulink Support Package examples for...

7 years ago | 0

Answered
Can I get a datetime output in a different Time Zone from the input Time Zone in one function call?
Hi Jeff, The following command will help you set the desired functionality- d = datetime('2016-Jan-20 12:00:00','TimeZon...

7 years ago | 0

Answered
How can we precise the substituted values (to 04 numbers )after differentiation?
I assume that you are using MATLAB 2016a version. I have a small code snippet that I think is your concern. syms x; y=x.^...

7 years ago | 0

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

7 years ago

Load more