photo

Ferheen Ayaz


Last seen: casi 4 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

casi 4 años hace | 0

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

casi 4 años hace | 0

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

casi 4 años hace | 0

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

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

casi 4 años hace | 0

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

casi 4 años hace | 0

| aceptada

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

alrededor de 6 años hace | 0