photo

Demian Orozco


Last seen: 7일 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
274,599
of 301,432

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,280

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,555

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to make an subscript in this specific manner?
I am trying to print a axis label using the following code to make it italicized ylabel('$u_max$','interpreter','latex','FontSi...

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

1

답변

질문


I have to use a for loop to create the 𝑥-values and compute 𝑓(𝑥) values for Function from x6start to x6end but something is wrong with my code.
x6start = 1; stepsize6 = .2375; x6end = 20; x6 = x6start xk = zeros(1,100) i = i for k = 1:x6end y6(k) = 25000 .* log...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I am supposed to use a for loop to create 𝑥-values and compute 𝑓(𝑥) values for the function
x6start = 1; stepsize6 = 20; x6end = 20; x6 = x6start; i = 1; for y6 = 25000 .* log(x6) - 2 * x6 history2(:,i) = [x6,y...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I am supposed to create a single x value then inside the while loop use the x-value it to calculate a y value. Then save the x & y values in in a storage array as x increases
history = (1:20) x5start = 0; stepsize5 = 20; x5end = 20; x5 = x5start; i = 1; while x5 <= x5end y5 = 2 .* (x5).^3 -...

3년 초과 전 | 답변 수: 1 | 0

1

답변