photo

Ferheen Ayaz


Last seen: quasi 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

circa 4 anni fa | 0

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

circa 4 anni fa | 0

Risposto
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);...

circa 4 anni fa | 0

Domanda


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...

circa 4 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

circa 4 anni fa | 0

Risposto
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...

circa 4 anni fa | 0

| accettato

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

circa 6 anni fa | 0