A


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
8 답변

순위
198,440
of 301,186

평판
0

참여
3 질문
8 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,188

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,292

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Skip strings in the legend
I'm plotting a total of 20 functions. A - 10 functions joined together B - 10 functions joined together So I only need 2 ...

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

1

답변

질문


Tracking a square wave with an analytical function
I have created a square wave (voltage schedule) in Excel, that I want to "track" with an analytical function. The idea is to si...

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

0

답변

답변 있음
switching functions for continuous time
Using only one function, I want to 'track' an input (voltage) schedule. I.E. I have made a voltage schedule that I read in.....

14년 초과 전 | 0

답변 있음
switching functions for continuous time
Ah I see. You are great with the indices... thank you Walt.

14년 초과 전 | 0

답변 있음
switching functions for continuous time
Referring to the time constant again: Time_Value = V_In * .632; Time_Check = find(V_C_SS <= Time_Value,1,'last'); T...

14년 초과 전 | 0

답변 있음
switching functions for continuous time
On the switching case here: y = f1(x); idx = find(y >= 80,1,'first'); y(idx:end) = f2(x(idx:end)); How can I st...

14년 초과 전 | 0

답변 있음
switching functions for continuous time
Now I am trying to find the time constant for this system and I need to do it analytically. So I know the time constant is ju...

14년 초과 전 | 0

답변 있음
switching functions for continuous time
If my function is: y = f1(x); How can I select an x value for a given y? This is a silly question I know, but I cannot...

14년 초과 전 | 0

답변 있음
switching functions for continuous time
How can I apply the same concept, but switch functions based on the value of the function? Say y is a step function going fro...

14년 초과 전 | 0

답변 있음
switching functions for continuous time
The problem is I want to plot them all on one graph. So I need to piece together the part from 0-0.2, 0.2-0.8, and 0.8-1.10 sec...

14년 초과 전 | 0

질문


switching functions for continuous time
I am plotting a function for say: t = 0:0.1:1 %seconds I want to use one function for: t < 0.2 One for: t >= 0....

거의 15년 전 | 답변 수: 9 | 0

9

답변