Community Profile

photo

Ferheen Ayaz


Last seen: plus de 3 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
i got this error "upper range value must be greater than lower range value" in ANFIS app.
Please refer to this: https://www.mathworks.com/matlabcentral/answers/528463-error-upper-range-value-for-the-variable-must-be-g...

plus de 3 ans il y a | 0

A répondu
"Error: Upper range value for the variable must be greater than the lower range"
Correct answer provided by Walter Roberson in comments.

plus de 3 ans il y a | 0

A répondu
Use scatter3d to plot large dataset with 7 colors
I suggest to use surf or mesh instead of scatter 3d and colorbar for setting seven colors. surf(X,Y,Z); h=colorbar('Ticks',C);...

plus de 3 ans il y a | 0

Question


Get script from ANFIS
Hi. I have some training data from which I have trained my ANFIS using GUI app. How can I obtain its equations or script which I...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

A répondu
Adding a Title to imwrite Command
I think you may want to do this F=figure(1) imshow('1.png') title('Hello') frame=getframe(F) im=frame2im(frame) imwrit...

plus de 3 ans il y a | 0

A répondu
Problem in creating a next_prime function
It was unable to come out of the loop because d was stuck at n+1. The following changes will work. function k=next_prime(n) if...

plus de 3 ans il y a | 0

| A accepté

A répondu
Can i please get a MATLAB CODE for DCO OFDM.?
Please share if you've got the code of DCO/ACO OFDM or WFRFT.

presque 6 ans il y a | 0