답변 있음
Read and Parse NMEA Data Directly From GPS Receiver-No example
Hi, nmeaParser in Navigation toolbox can be used to parse sentences compliant with NMEA 0183 Standard, Version 4.10. It suppor...

1년 이상 전 | 0

답변 있음
Modeling accelerometer and gyroscope in simulink
https://in.mathworks.com/help/supportpkg/arduino/ref/mpu6050imusensor.html Hope this helps Thanks

2년 이상 전 | 0

답변 있음
Incorrect I2C device connected. Expected I2C addresses: [0x0C]. Detected I2C addresses: [0x69].
Hey Is the AD0 pin of the sensor connected to high? Can you try creating the object by specifying the I2C addresses imu = mp...

3년 이하 전 | 0

답변 있음
Calculating Vibrational frequency with MPU 6050
Hi, Could you try setting the SampleRate of the imu object and use read() >> imu = mpu9250(a,"SampleRate",190); >> tt = imu....

3년 이하 전 | 0

답변 있음
MPU-6050 accelerometer reading of one direction
Hi accelReadings(1) should give you the x values. If you have a license for Sensor Fusion and Tracking toolbox or Navigation t...

3년 이하 전 | 0

| 수락됨

답변 있음
How to import raw data mpu6050 directly from serial monitor to matlab?
The below link will help you in interfacing mpu650 connected to arduino: https://www.mathworks.com/help/supportpkg/arduinoio/re...

약 3년 전 | 0

답변 있음
how I can get 2 mpu6050 data from arduino to matlab!
Hi, From R2019a, to read the data from mpu6050 connected to arduino, the below code can be used: Please refer the below link f...

약 3년 전 | 0

답변 있음
interface mpu6050 with matlab
Hi, The below link will be helpful for you.It explains how to read data from mpu6050 sensor connected to Arduino https://www.m...

약 3년 전 | 1

답변 있음
Read and Parse NMEA Data Directly From GPS Receiver-No example
Hi, The example is available in R2019b. Can you try in R2019b. If you are using R2019b, executing the below command will add ...

약 3년 전 | 0

| 수락됨

답변 있음
Having difficulty with installation process
Hi, You could contact Support for installation issues as well. Please refer the below link. There are some self-help resource...

4년 이상 전 | 0

| 수락됨

답변 있음
Hello How can I program TI C2000 LaunchXL F28379D to accept inputs from 3 potentiometers and control a GPIO pin accordingly?
Hi, You will have to install <https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/index.html Embedded Coder Suppo...

4년 이상 전 | 0

| 수락됨

답변 있음
I have created a uitable in appdesigner. Is there anyway to highlight specific rows?
Hi, This link may have some information useful for you. <https://www.mathworks.com/matlabcentral/answers/31220-uitable> ...

4년 이상 전 | 0

답변 있음
When to Use imadjust and when to use histeq
Hi, The below link might be helpful for you: <https://www.mathworks.com/matlabcentral/answers/267371-what-is-the-differenc...

4년 이상 전 | 0

답변 있음
get data and plot graph from multiples termocouples in Arduino
Hi Angel, Since you are printing the data to Serial monitor using Arduino IDE, you could create a serial object in MATLAB to ...

4년 이상 전 | 0

| 수락됨

답변 있음
Can anyone please tell me how model this following script in simulink?
Hi, Could you check out MATLAB Function block? Please refer the below documentation to know more about this block: <https:...

4년 이상 전 | 0

답변 있음
What code is to be used when I want to calculate the CVaR contribution of an assets i to an equally weighted portfolio?
Hi, The following link might help you get started: <https://www.mathworks.com/discovery/conditional-value-at-risk.html> ...

4년 이상 전 | 0

답변 있음
overlapping and coloring pictures in a sequence
Hi, If the name of the images you are trying to read differs only in some number in the name, for example name of images are ...

4년 이상 전 | 0

답변 있음
Creating loop to extract column from table in a cell within a cell?
Hi, Hope this example helps you get started. Suppose there is a cell array named cell_array which has 3 tables T1, T2 and T3 ...

4년 이상 전 | 1

답변 있음
Simulink use user-defined functions
Hi, Could you check out MATLAB Function block? Please refer the below documentation for more details: <https://www.mathwor...

4년 이상 전 | 0

| 수락됨

답변 있음
Creating 1D array from frequency data/histogram?
Hi, Could you check out "histogram" command. Please refer to the below documentation to know more on this comment: <https:...

4년 이상 전 | 0

답변 있음
Accessing NI cRIO-9045 in Matlab
Hi, The below link might be helpful for you: <https://www.mathworks.com/matlabcentral/answers/122822-accessing-ni-crio-908...

4년 이상 전 | 0

답변 있음
Does the Simulink Support Package for Raspberry support the 3+?
Hi, Please refer to the link below to know more on Raspberry Pi models which are supported by the support package: <https:...

4년 이상 전 | 0

답변 있음
The model that you are trying to run in External mode does not match the application running on your target. Rebuild the model, run it on your target, and start External mode simulation again.
Hi, Could you try cleaning up all the files related to the model on the Raspberry Pi and MATLAB as mentioned below. Save the ...

4년 이상 전 | 0

답변 있음
Processor-in-the-loop Arduino simulation with double data type
Hi, Could you try adding data conversion block inside the subsystem and delete the folders that contain the generated code be...

4년 이상 전 | 0

답변 있음
How can I set Stateflow Model Explorer properties in M-script?
Duplicate question: <https://www.mathworks.com/matlabcentral/answers/406937-how-to-set-stateflow-properties-in-stateflow-mode...

4년 이상 전 | 0

| 수락됨

답변 있음
HOw do i copy a particular 4x4 cell aray into a 5x5 cell array?
Hi, Hope this example script helps you. Here I have created 2 cell arrays, excel and data. The first line of excel cell array...

4년 이상 전 | 0

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5년 이하 전

답변 있음
Does App Designer support lcolorbar?
Hi, Please refer the below links to know more about Graphic Support by App Designer <https://www.mathworks.com/help/matlab...

5년 이하 전 | 0

답변 있음
How to remove many NAN rows
Hi, Hope the below example helps. Let the matrix A=[1 2 3;4 5 6;NaN,NaN,NaN].If you want to remove the 3rd row of this ma...

5년 이하 전 | 0

| 수락됨

답변 있음
How to solve "Unable to acquire handle to MATLAB function 'saeroclockpacer' "error?
Hi, The error may be related the file containing the implementation of the function in the error message being missing, or a ...

5년 이하 전 | 1

더 보기