Error using fdesign.ab​stracttype​/window <line 12>

2 views (last 30 days)
JOLEC
JOLEC on 20 Jun 2013
Commented: Erin on 28 Jul 2014
Hello, I use Matlab R2011b and I have a problem with the compilation of a function which use the function
"filtDef = fdesign.pulseshaping(Nbpointparsymb, 'Square Root Raised Cosine', 'Nsym,Beta', 20, rolloff); rrcFilter = design(filtDef);"
I use matlab compiler to compile and create an executable (with GUI). All other functions are OK except this.
The compilation is ok but when I execute the ".exe", an error occures : *Error using fdesign.abstracttype/window .<line 12> undefined function or variable 'fmethod.sqrtrcoswin'*
Can you help me to solve this issue please ?
  1 Comment
Erin
Erin on 28 Jul 2014
Just wondering if anyone has found a solution to this problem? I am getting the same error, while using the same version of Matlab (R2011b).
A little more info:
- Originally, a co-worker provided me with the windows .exe (created with Matlab 2012b) and I was able to install MCR and run the executable without any issues
- Then, for various reasons, we needed to produce a Linux version of the executable using Matlab 2011b. This is the one that throws the errors. I have installed the version of MCR that the deploytool packages with the Linux build.
Was this function not allowed for the compiler that comes with Matlab 2011b, but this was changed by 2012b?

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!