photo

wobbly


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
148,044
of 300,369

평판
0

참여
8 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

거의 4년 전 | 답변 수: 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...

거의 4년 전 | 답변 수: 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*-')

거의 4년 전 | 답변 수: 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...

거의 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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 ...

대략 4년 전 | 답변 수: 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...

대략 4년 전 | 답변 수: 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?

대략 4년 전 | 답변 수: 1 | 0

1

답변