Community Profile

photo

Ahmed raafat


Last seen: Today Con actividad desde 2016

Hello my name is Ahmed Raafat from Egypt I Love MatLab , and I hate Python because the only importance of python is the ability to connect to websites , other wise it can't speak math please see my projects , for contact me please send to my email eng.abo.lregal@gmail.com

Programming Languages:
MATLAB

Estadísticas

All
  • MATLAB Mini Hack 2022 Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 3
  • Revival Level 1
  • Community Group Solver
  • Introduction to MATLAB Master
  • Personal Best Downloads Level 3
  • GitHub Submissions Level 3
  • Solver
  • 5-Star Galaxy Level 3
  • Explorer
  • First Review

Ver insignias

Content Feed

Ver por

Respondida
image encryption based on hyper-chaotic system and cat map
Wow you have changed my code, try this code for arnold https://www.mathworks.com/matlabcentral/fileexchange/135974-arnold_cat_ma...

6 meses hace | 0

Pregunta


what is the url of server instance?
I have installed MatLab App Server I have built the dash port using mps-dashboard also I have created instance with port 9...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


how to convert matlab results to Document Model automatically
Hi assuming I have a user interface for company created by MatLab now I want the results of the calculations to be put in spe...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


Custom RL enviroment based on objective function
Hello I have my optimization Objective function , I want to convert it into Reinforcement Learning enviroment , How can I do t...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Respondida
free simulink output without (out) object
https://mycourses.aalto.fi/pluginfile.php/1137968/mod_resource/content/5/Simulink%20settings.pdf that link from @David Avila re...

alrededor de 2 años hace | 0

| aceptada

Pregunta


free simulink output without (out) object
Hello I remember in the old versions , when I want to output from simulink to workspace I just rename my variable using to work...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


caught exception in slsvXtesterFEVALWithDeferredCtrlCHandling
Hello I have faced this problem recently , I always delete the SSL Library Linkeage Cache as shown in this link , and also I d...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Respondida
convert XML to simulink model
I have just found the solution rename ('The_file.zip') to ('The_file.slx')

alrededor de 2 años hace | 0

| aceptada

Pregunta


convert XML to simulink model
Hello every one , I have recieved files from friend that is *.xml , he wants to convert it back to simulink model is there any ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Use mask's input into mask intialization
Hello , I have create a mask , it has input (6) called Pnom , I want to call this input into mask Initialization , what I have t...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Make a 2D plot with one arbitrary axis
fill command will be suitable define your 3 squares as vectors , for y make it equal 1 for your graph I think x1=[6.4 6.8...

alrededor de 2 años hace | 0

Respondida
I want to plot 3 or more data using the probability of the histogram.
first you can try like this example x=rand(1000,3) hist(x) or you can use subplot

alrededor de 2 años hace | 0

Respondida
Finding radius of sphere and circle
change the output name and write my_eval_parameters code and change your function code into function [rad1,rad2]=calcu...

alrededor de 2 años hace | 0

Respondida
extracting leaf from background
why don't you play on green histogram clc;clear;close all I=imread('image_0068.jpg'); [bincount,binloc]=hist(double(I(:,:,...

alrededor de 2 años hace | 0

Respondida
Tutorial on Leaf Recognition
what is the error message??

alrededor de 2 años hace | 0

Respondida
Error from Word when using Publish
Go to Windows Control Panel > uninstal Program > Choose Microsoft Office > Change/Modify > Offline Repair

más de 2 años hace | 0

| aceptada

Pregunta


Error from Word when using Publish
I have recently installed Office 2021, and MATLAB r2021b. I used command xlswrite it worked successfully, but when I try to use ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Big Data math operations
I have matrix 414588x47236 want to make PCA dimension reduction on it is there any idea to make so my computer is not crashing ...

más de 2 años hace | 1 respuesta | 1

1

respuesta

Respondida
Simulink-PS error
it was because of GOTO block & FROM block

más de 2 años hace | 0

| aceptada

Pregunta


Simulink-PS error
in this project , I try to connectt 3 phase Motor to pump , the problem is Simulink-PS converter is not transfering the ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
adjusting the code from optimization output from minimum to maximum
update the last lines of main code FUNCTION_NAME ='Eval_Multi_RBFNN_1_2016'; [Scaled_x_Single,fval,exitflag,output,populati...

más de 2 años hace | 0

Pregunta


Stop MatLab from exiting
I work with MatLab 2019 b ( Simulink + Code ) Using Optimization Function to change PID values in the simulink project , afte...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
Assign number to certain value in cell
B{23,1}=[1 1 4 4 3 3 3 3 2 2 2 2 2 etc.] like that???

más de 3 años hace | 0

Respondida
How can i make multiple output anfis?
it looks like you need to create multi systems

más de 4 años hace | 0

Pregunta


ODE system phase plot with solutions
Hello I need to plot ODE solve on These Quiver lines here is my code for arrows plot clc;clear;close all;clear global ...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Knowing external open apps
Hello guys I am working on exam's obesrvation project using matlab I want to less cheating , so I want to know if the student ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
Matlab code for Harmonic Analysis Algorithm of Hyperspectral image?
https://www.mathworks.com/matlabcentral/fileexchange/38841-matlab-implementation-of-harmonic-analysis-of-time-series--hants-

alrededor de 6 años hace | 0

Pregunta


remove connected small objects in image
Hello every one I had a code that results me this result <</matlabcentral/answers/uploaded_files/107092/Untitled.png>> ...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Respondida
How do I multiply 2 different sized arrays together?
x=rand(4); y=rand(6); [x,y]=meshgrid(x,y); z=x.*y

más de 6 años hace | 0

Respondida
How do you calculate the average value of a line?
where is x???? fun = @(x,c) sqrt((-.25 .*(n-(c.*n))./(100-n))./(((n-(c.*n))./(100-n))-1));

más de 6 años hace | 0

Cargar más