|
|
 |
| found 1176 articles for 6.719 sec |
  |
|
| Hi there,
I had the same question yesterday. Now having read the first post under this thread I realize by what I let confuse myself in the help doc. I mistakenly thought "Step s with values 1, 5, 8, and 17: for s = [1,5,8,17], ..., end" meant that the increment had an evolving size. After all, my post is worth deleting, as for s = [1,5,8,17] just assigned values 1, 5, 8, 17 to the step variable |
|
 |
|
 |
Group: comp.sys.apple2.programmer · Group Profile · Search for 1 1 2 3 Increment Step in comp.sys.apple2.programmer
Author: rubywand
Date: Nov 15, 2006 21:43
Texas Hold’m Poker Secrets and Strategy Author D.Selzer-McKenzie Hold 'em poker is fast becoming one of the most populär poker games in America. However, there is virtually nothing in print at this writing that gives more than a cursory look at this game.21 intend to remedy that with this book. This is not simply an elementary introduction to the game. I believe that anyone who thoroughly
|
| Show full article (49.71Kb) |
| Hi,
on your t-slider is on the left side a little minus, you may call the
slider with
Manipulate[
___,
{t, 0, 8, 1, Appearance -> "Open"}
]
and than you see the animation control.
And
DynamicModule[{convolved},
convolved[z_] = conv[x, y, z] // PiecewiseExpand;
Manipulate[
Show[
Plot[{Tooltip[x[s], "f(s)"], Tooltip[y[t - s], "g(t-s)"]}, {s,
0,
|
|
 |
|
 |
Group: comp.softsys.matlab · Group Profile · Search for 1 1 2 3 Increment Step in comp.softsys.matlab
Author: sscnekro
Date: Jun 7, 2010 14:24
The key is to precompute and simplify the conv[x,y,z] function. c[z_] = conv[x, y, z] // Simplify \[Piecewise] { {6 - z, 5 < z <= 6}, {-4 + z, 4 < z <= 5} } Substitute that into your Manipulate statement and everything will work smoothly. Also, you don't have to move in steps of 1. Here is a Presentations package version of it: Needs["Presentations`Master`"] conv[f_, g_
|
| Show full article (1.02Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
8 ·
9 ·
next |
|
|