Feeds
提问
ilaplace doesn't handle tanh()
While doing convolutions, I wanted to convolve a function f() with a square wave. There are two Laplace transformations of a sq...
2 months 前 | 3 个回答 | 0
3
个回答提问
Calculate expm(m*A*t/n) from expm(A*t/n)
Is it possible to efficiently calculate M = expm(m*A*T/n) given N = expm(A*T/n)? Here m, n, and T are scalars, m <= n. The idea...
3 months 前 | 1 个回答 | 0
1
个回答提问
Make MATLAB output in strict ASCII
MATLAB console output used high-ASCII sometimes, e.g. for its prompt ( » ). In R2025A it may output UTF8, e.g., for zpk() outpu...
4 months 前 | 1 个回答 | 0
1
个回答已回答
How to programmatically change the command window text size?
I found the perfect answer in the link below: no desktop font size .
How to programmatically change the command window text size?
I found the perfect answer in the link below: no desktop font size .
1 year 前 | 0
| 已接受
提问
How to programmatically change the command window text size?
It is of course possible to change the command window's text size by setting preferences, using the GUI. Is there a way to do th...
1 year 前 | 3 个回答 | 0
3
个回答提问
pzmap and bode do not return zeros for all specified outputs
I derived the state-space description of a simple RC network and now want to inspect its poles and (tranmission) zeroes. Surpris...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to reformat the display output precision of e.g. the TF() function?
When asking for a transfer function, given a state-space object sysd, MATLAB prints the result like this: >> tfd = tf(sysd) ...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to make LEGEND adapt when a plot is zoomed?
I have quite a 'busy' plot with potentially up to 50 or more curves on it. I made a (large :-) legend box that allows the user t...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to change the default x-axis unit in a Bode diagram to Hertz?
Rad/s is nice for mechanical people, but I'm an EE, and I much prefer Hertz. It should be something simple, but I can't find...
7 years 前 | 4 个回答 | 0
4
个回答提问
solve a symbolic matrix equation
I wonder if it is at all possible to solve the following equation with the Symbolic Toolbox. Matlab was working for more than 5 ...
7 years 前 | 0 个回答 | 0
