Community Profile

photo

wobbly


Last seen: 3ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

2年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答