Info

This question is closed. Reopen it to edit or answer.

fdesign no longer working in version 2013b

1 view (last 30 days)
Aaron
Aaron on 22 Feb 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I recently updated from R2011b to R2013b and now it seems I can no longer use the fdesign objects. I still have both versions installed. See example outputs below. Any ideas?
MATLAB R2011b:
>> H = fdesign.lowpass
H =
Response: 'Lowpass'
Specification: 'Fp,Fst,Ap,Ast'
Description: {4x1 cell}
NormalizedFrequency: true
Fpass: 0.45
Fstop: 0.55
Apass: 1
Astop: 60
MATLAB R2013b:
>> H = fdesign.lowpass
Warning: an error occurred while parsing class fdesign.lowpass: Undefined function or variable 'isfdtbxinstalled'.
Undefined function or variable 'fdesign.lowpass'.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!