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

3 years ago | 1

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

3 years ago | 0

|accepted

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

3 years ago | 0

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

3 years ago | 0

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

3 years ago | 1

|accepted

回答
我如何构建的代码鹦鹉当我萍ok?
Hello Dejie Li,似乎您正在使用的硬件设置为滚动蜘蛛而不是Simulink模型中的Mambo。金宝appdi ...

3 years ago | 0

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

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 0

回答
Parrot Mambo Mini drones connecting problem
Hi Zhaoyi, Simulink now support the *Parrot Mambo* drone in R2017b release. You can find more details on

4 years ago | 0

回答
How to video collage in matlab?
Hi Erol, You can have a look at this

4 years ago | 0

回答
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: <

4 years ago | 0

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

5 years ago | 0

|accepted

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

5 years ago | 1

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

5 years ago | 6

|accepted

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

5 years ago | 2

|accepted

回答
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/...

5 years ago | 0

回答
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

5 years ago | 0

回答
使用和理解轮廓
嗨,以下链接可能会帮助您 - #

5 years ago | 0

回答
NEO-6M GPS connected via Arduino to Matlab
HI JOPPE,SoftWareserial库用于将GPS数据发送到Arduino Board,Arduino Board也将其流相同...

5 years ago | 2

回答
Image matching on Simulink
嗨,从描述中,看起来像 b ...

5 years ago | 0

回答
如何使用UINT12精度将Wortread命令用于SPI设备?
嗨,Stefano,看起来您必须将数据读为UINT16,然后掩盖不需要的位。你会...

5 years ago | 0

|accepted

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

5 years ago | 0

|accepted

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

5 years ago | 1

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

5 years ago | 1

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

5 years ago | 0

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

5 years ago | 0

回答
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.^...

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

6 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

6 years ago

Load more