回答済み
@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...

4年以上 前 | 0

| 採用済み

回答済み
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年弱 前 | 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...

5年弱 前 | 0

| 採用済み

回答済み
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年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 1

| 採用済み

回答済み
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年弱 前 | 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 ...

6年弱 前 | 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...

6年弱 前 | 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...

6年弱 前 | 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 <https://www.mathwor...

約6年 前 | 0

回答済み
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年以上 前 | 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: <</matlabcentra...

6年以上 前 | 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...

6年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 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....

6年以上 前 | 6

| 採用済み

回答済み
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年以上 前 | 2

| 採用済み

回答済み
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年弱 前 | 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 <htt...

7年弱 前 | 0

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

約7年 前 | 0

回答済み
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年 前 | 2

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

約7年 前 | 0

回答済み
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年 前 | 0

| 採用済み

回答済み
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年 前 | 0

| 採用済み

回答済み
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年 前 | 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...

約7年 前 | 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...

約7年 前 | 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...

約7年 前 | 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.^...

7年以上 前 | 0

解決済み


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年以上 前

さらに読み込む