Community Profile

photo

wobbly


Last seen: 3 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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?

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort