Community Profile

photo

Ferheen Ayaz


Last seen: 3 years 前 自 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...

3 years 前 | 0

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

3 years 前 | 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);...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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 years 前 | 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 years 前 | 0