Réponse apportée
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...

presque 10 ans il y a | 0

Réponse apportée
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...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 10 ans il y a | 0

| A accepté