A


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
8 Answers

RANK
196,395
of 300,571

REPUTATION
0

CONTRIBUTIONS
3 Questions
8 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Answered
switching functions for continuous time
Ah I see. You are great with the indices... thank you Walt.

14 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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

14 years ago | 9 answers | 0

9

answers