A


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
8 个回答

排名
103,742
of 300,853

声誉
0

贡献数
3 个提问
8 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 0

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

14 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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....

14 years 前 | 9 个回答 | 0

9

个回答