Effacer les filtres
Effacer les filtres

Cannot use Waveform generator app in Matlab

3 vues (au cours des 30 derniers jours)
Abdolvakil
Abdolvakil le 5 Jan 2023
Hi, I cannot use the waveform Generator app from matlab.
It gives me the following error,
>>wirelessWaveformGenerator
Error using wirelessWaveformGenerator.ModulatorDialog/get.InputSize (line 375)
Error: This statement is not complete
...
...
...
Error in wirelessWaveformGenerator (line11)
wirelessWaveformGenerator.waveformGenerator (varargin{:});
my matlab version is 2021b. Am I missing some toolbox, or reinstall them?
Also, the app is opening as the following picture,
and it does not close at all.

Réponses (1)

Raghav
Raghav le 6 Mar 2023
Hi,
Based on the error message you provided, it seems that there is an issue with the get.InputSize method of the ModulatorDialog class, which is called within the wirelessWaveformGenerator function. Specifically, the error message suggests that there is a syntax error or incomplete statement somewhere in the code.
One possible reason for this error could be an issue with the version of MATLAB you are using. It is possible that the version of MATLAB you have installed is not compatible with the version of the Wireless Waveform Generator app you are trying to use. You may want to check the compatibility requirements of the app with your version of MATLAB.
Another possible reason could be that there is an issue with the installation of the app itself. You may want to try reinstalling the Wireless Waveform Generator app and see if that resolves the issue.
Lastly, it could be that there is a typing error or syntax error in the code that is causing the issue. You may want to review the code and make sure that there are no missing or extra parentheses, brackets, or semicolons. You may also want to check that all the necessary MATLAB toolboxes and dependencies are installed and up to date.
Regards,
Raghav Bansal

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by