Community Profile

photo

wobbly


Last seen: 3 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Why wont MATLAB let my plot using linspace?
clear all; close all; clc F=5;D=7;E=2; % AB, AX, BX, BC, CX, CW, CV, CD, DE; 9 % DV, EV, EU, ET, EF, FG, FT, GR, GT; 18...

2 years ago | 1 answer | 0

1

answer

Question


How to I call specific values from a 45x1 Matrix?
I have a singular column with 45 values (45x1), but I want to call specifically just 3,5,14,17,25,28 in that column. How do I go...

2 years ago | 1 answer | 0

1

answer

Question


Why won't my plot graph a line?
for x = linspace(1,2,10) new = 10*x end plot(x,new,'b*-')

2 years ago | 2 answers | 0

2

answers

Question


Why won't my plot line show in plot?
Only a blank graph is showing up with no line. for n_c = linspace(0.6,0.8,10) W_eff = W_dot_net*(n_c) end plot(n_c...

2 years ago | 1 answer | 0

1

answer

Question


How do I select specific rows in a 1x15 matrix?
If I havea 1x15 matrix, and I want to call elements 7,8,9 and 14, how would I go about putting it in the second line of code wit...

2 years ago | 1 answer | 0

1

answer

Question


How do I only highlight the decreasing portion of the green in the plot with the find function?
The green in the graph that is highlighted on the curve, i want it so it would only highlight the peak and the decreasing slope ...

2 years ago | 1 answer | 0

1

answer

Question


How do I find the first 30 percent of each period of cosine?
I want to find and plot points of the graph with the find function to locateeach period of the cosine , how would i go about t...

2 years ago | 2 answers | 0

2

answers

Question


How can I find a section of a graph?
I want to highlight a percentage of the maximum amplitude along the wave. What function will allow me to do this?

2 years ago | 1 answer | 0

1

answer