Can somebody suggest me the essential toolboxes for digital communication in Matlab to install. I am working on a project and facing some problems
1 次查看(过去 30 天)
显示 更早的评论
Can somebody suggest me the essential toolboxes for digital communication in Matlab to install. I am working on a project and facing some problems, the error says "Not enough input arguments". Thanks in advance.
1 个评论
dpb
2022-10-20
编辑:dpb
2022-10-21
That has nothing whatsoever to do with additional toolboxes -- that says you've left out one or more required arguments to the particular function you've tried to call -- but, we've no way to guess which one that might be.
Attach the complete error message and somebody will be able to help, but without we're totally in the dark...
>> mean()
Not enough input arguments.
Error in mean (line 74)
[flag, omitnan] = parseInputs(flag, flag2, isFlag2Set);
>>
You can create the error with the most mundane of functions just by not supplying an input... mean must have at least one; how many are needed is all dependent upon which function you're using that gave the error...
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!