photo

George Iskander


Last seen: 8 months ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
4 Answers

Cody

1 Problem
191 Solutions

RANK
215,729
of 300,618

REPUTATION
0

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
798
of 169,839

CONTRIBUTIONS
1 Problem
191 Solutions

SCORE
2,688

NUMBER OF BADGES
16

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Indexing II Master
  • CUP Challenge Master
  • Revival Level 1
  • Introduction to MATLAB Master
  • Promoter
  • Community Group Solver
  • Speed Demon
  • Creator
  • Commenter
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Golf Recamán's sequence
function x=Recaman_seq(n) x=zeros(1,n); for ii=2:length(x) p=x(ii-1)-ii+1; if (all(x~=p) && p>0) x(ii)=p ...

6 years ago | 0

Answered
how do I fix "failed to generate all binary outputs" error
Check the folder containing the files, it shouldn't contain spaces or the name of the file itself be a reserved name or contain ...

6 years ago | 0

Answered
Simulink crash - unexpected exception
I've used Disk-clean up and Event view method then I restared my PC And simulink started normally......

6 years ago | 0

Question


"Simulink Onramp failed to launch"
Hi everyone Wheneve I tried to start "Simulink Onramp" 2019a I recieve this message Simulink Onramp failed to launch Any Hel...

6 years ago | 1 answer | 0

1

answer

Answered
How can perform particle swarm optimization coding in MATLAB with crazy particles for economic dispatch of electric generators?
<</matlabcentral/answers/uploaded_files/115043/crazy-summary.png>> This image contain the summary of the crazy PSO. You can a...

7 years ago | 0