photo

Ferheen Ayaz


Last seen: 거의 4년 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

거의 4년 전 | 0

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

거의 4년 전 | 0

답변 있음
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);...

거의 4년 전 | 0

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

| 수락됨

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

대략 6년 전 | 0