Community Profile

photo

Aarav Shah


Last seen: 7 months ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Label Every Other Point In a Plot
Say I were to do a plot as such scatter(x,y) How would I label every other point. For example, if there were 7 points. How s...

2 years ago | 1 answer | 0

1

answer

Question


How to generate horizontal titles on the table generated by array2table
tableGen = 1.0000 0 0.5000 0.7500 0.8750 0.8125 0.8438 0.8594 0.8516 0.8477 0.8457 ...

2 years ago | 1 answer | 0

1

answer

Question


MatLab single precision epsilon versus double precision epsilon
when I solve for the epsilon of one, using a basic method. I get the following values for single and double precision. double ...

2 years ago | 2 answers | 0

2

answers

Question


Please help me build parts of my code. Requires a bit of time
I need a couple of things that I need to make some stuff: At y=100, I need four flat lines of different lengths. The fir...

4 years ago | 0 answers | 0

0

answers

Question


Plot Straight Line Segments
How should I plot a straight line segment ranging from (0,100) to 20(100). I want to use yline.

4 years ago | 2 answers | 0

2

answers

Question


Make a line of same magnitude move in opposite direction at endpoint
xyValues = dlmread('Batman.txt'); xsLogo = xyValues(:,1); ysLogo = xyValues(:,2); %BatBeam launchBeam...

4 years ago | 0 answers | 0

0

answers

Question


Calculate endpoint of user input line
while nAttempts>0 && stopLaser==false [xClic,yClic]=ginput(1); while yClic>=10 || yClic<=0 title('Stay within...

4 years ago | 0 answers | 0

0

answers

Question


Make axis reflective so line moves in opposite direction
I have a line that is plotted using user input: plot(xClic, yClic,''); hold on % Compute y intercept for slope of ...

4 years ago | 1 answer | 0

1

answer

Question


Make Line Bounce when Axis hits
I made a user input line plot. I want it to simulate a laser beam. Once the user clicks, the line is set and it's plotted. I wan...

4 years ago | 1 answer | 0

1

answer

Question


Plot continuous line based on user input
So I have a user click on the plot. The code is as such: [xClic,yClic]=ginput(1); How would I plot a line with a slope of...

4 years ago | 1 answer | 0

1

answer