Risposto
Case-sensitive file move
Hi, The command; >> movefile('test.txt','Test.txt') makes a copy of the original file and then removes the original fil...

quasi 9 anni fa | 0

Risposto
Is there a way to visualize the effect of a filter on a signal while designing the filter?
Hi, As mentioned in the following documentation page: http://www.mathworks.com/help/dsp/ug/the-graphical-interface-to-fdes...

quasi 9 anni fa | 1

| accettato

Risposto
How do i implement (-s*exp(-0.1s) + 1 - exp(-0.1s))/(s + exp(-0.1*s) -1) as a transfer function in Simulink
This is an irrational transfer function. The best way to implement it would be to create a MATLAB function with 's', the complex...

circa 9 anni fa | 0

| accettato