Errors I have never encountered:Error using randg

Error using randg
SHAPE must be a full real double or single array.
This error keeps appearing when generating beta random numbers.I encountered this kind of problem for the first time, how can I solve it?

4 Commenti

Speculation:
Your alpha or beta might perhaps be symbolic. betarnd() does not support symbolic.
Li Qing
Li Qing il 10 Lug 2021
Modificato: Li Qing il 10 Lug 2021
The alpha or beta is not symbolic. These are calculated by formulas.
Print a and sizeOut to the console to find the problem.During operation, "a" (that is, alpha) becomes plural.
Not plural, but complex.

Accedi per commentare.

Risposte (1)

Maybe, you would need to refresh up your matlab with:
clear all
and restart it.

3 Commenti

Still report error.
Thanks.I found the problem.
您好,我也遇到了error using randg。请问您是怎么解决的呀?

Accedi per commentare.

Categorie

Richiesto:

il 10 Lug 2021

Commentato:

il 5 Nov 2021

Community Treasure Hunt

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

Start Hunting!

Translated by