photo

Mustafa Abu-Mallouh


Last seen: 3 years ago Active since 2018

Followers: 1   Following: 0

Statistics

All
MATLAB Answers

1 Question
10 Answers

Cody

0 Problems
14 Solutions

RANK
1,747
of 300,508

REPUTATION
39

CONTRIBUTIONS
1 Question
10 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
7

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
30,938
of 169,435

CONTRIBUTIONS
0 Problems
14 Solutions

SCORE
160

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How can I get a variable name to include a string of text?
Instead of defining the variable name with text (as you mentioned, bad practice), would you be able to use a structure instead? ...

3 years ago | 1

Answered
Create a plot for a loop
Use the 'hold on' command after your plot command, this will put all of your plots on the same axes hold on

3 years ago | 0

Answered
Two ways of iterating a vector
In MATLAB, the for loop iterates over columns. When you define item as Choices, you're defining it as a single column. Change yo...

6 years ago | 0

| accepted

Answered
getting the middle value of two curves ??
If you're looking for a line that is equidistant from original y and line through y values for any given x value, you can take t...

6 years ago | 0

| accepted

Answered
Help - Smoothing surf plot, reduce surf detail and speed up performance
Have you tried taking a look at the shading function? Specifically, it sounds like you are looking for the interpolation featur...

6 years ago | 1

| accepted

Answered
Disable automatic Data Tips
There are a few ways to go about this. To do this for individual plots, you can use the disableDefaultInteractivity command as b...

6 years ago | 2

| accepted

Answered
How to plot a graph with 2 Y axis of different scale in Matlab 2015?
For MATLAB R2015_, take a look at the plotyy function. That should be what you are looking for. Beginning with R2016a, you wo...

7 years ago | 0

| accepted

Answered
Need help with plotting accelerometer readings from MPU6050 + Arduino.
Write a loop that updates a dataset with new data pulled from the sensor every iteration. Then, plot the updated dataset on the ...

7 years ago | 0

Answered
interface mpu6050 with matlab
Take a look here to learn about interfacing MATLAB with I2C devices such as the MPU6050: https://www.mathworks.com/help/support...

7 years ago | 2

Answered
Need help with storing live data from sensors into array
If you want to store the values in each row, call out that you want the values to take over all columns of "Gyro". See below: i...

7 years ago | 0

| accepted

Question


Converting 2 8 bit integers into a 16 bit?
I am pulling data from an MPU6050 accelerometer using an Arduino uno and the outputs from the device are 2 8 bit integers. Here ...

7 years ago | 1 answer | 1

1

answer