photo

Med Aymane Ahajjam


International University of Rabat

Last seen: plus d'un an il y a Actif depuis 2015

Followers: 0   Following: 0

Message

I am holding an engineering diploma in mechatronics from the national school of applied sciences of Tetouan (ENSA) class 2016. Currently, I am a PhD. student at the International University of Rabat. I am developing a system for short-term solar irradiance forecasting and ultimately PV power output forecasting relying on data driven approaches and machine learning algorithms.

Statistiques

All
MATLAB Answers

11 Questions
9 Réponses

Cody

0 Problèmes
2 Solutions

RANG
8 353
of 300 364

RÉPUTATION
5

CONTRIBUTIONS
11 Questions
9 Réponses

ACCEPTATION DE VOS RÉPONSES
63.64%

VOTES REÇUS
3

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
77 543
of 168 373

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
40

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • Promoter
  • First Review
  • First Answer
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 5 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 5 ans il y a

Question


How to compute the height of a peak relative to the previous amplitude before the peak?
Dear all, I am trying to compute the height of a peak detected using findpeaks function. The peak height should be computed rel...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Can I avoid matlab to allocate too much memory?
Personnaly, when using app designer, i do not use variables to hold big chunks of data, instead I put the functions that would r...

environ 6 ans il y a | 0

Réponse apportée
I installed MATLAB2019a but it is not opening?
Try opening it from its installation directory : for example it could be: C:\Program Files\Polyspace\R2019a\bin then matlab.exe ...

plus de 6 ans il y a | 1

Réponse apportée
Output argument "XXX" (and maybe others) not assigned during call to "function".
Had the same problem several times honestly. The reason is always an input not being appropriate for the logic in the function. ...

plus de 6 ans il y a | 1

Réponse apportée
Set specific date ticks
In order for the TickLabelFormat to work, at least in my case, I had to specify: ax.XTickLabelMode = 'manual'; ax.XAxis.TickLa...

plus de 6 ans il y a | 0

Question


convolutional neural network for regression
I have a [17000 obs,72 statistical features] dataset of sky images, and I want to train a CNN for regression problem (sky image ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


which output transfer function to use for 1 class classification
I have modeled an *ANN classifier* that takes as *input a sky image* (extract 72 statistical features of RGB channels) and *outp...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How to implement feature selection on a fitting ANN?
I want to use feature selection on my neural network model. The _sequentialfs_ function seems to be the perfect tool to do so, b...

plus de 8 ans il y a | 1 réponse | 1

1

réponse

Question


getting very high MSE and an R almost equal to 1!!
I am trying to model PV output power based on 6 parameters (components of solar irradiance, ambient temperature, wind speed, win...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to convert a string to a variable useable in a script?
Hello, So The idea is to construct a string of the name of a variable (network class) that already exists in the workspace, and...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Error when trying to open existing simulink model
hi, I've had this error a second time today with two different simulink models: <</matlabcentral/answers/uploaded_files/4060...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to set values of specific data columns in a uitable
yeah okay, it seems better to use 2 tables other than 1.. Thanks :)

environ 10 ans il y a | 0

Réponse apportée
How to set values of specific data columns in a uitable
i see so i can't manipulate one columns at a time.. Thanks :)

environ 10 ans il y a | 0

Question


How to set values of specific data columns in a uitable
Hello, I have a gui table of 2 columns and 6 rows. how can I set to desired values, any specific column of my gui table? i ...

environ 10 ans il y a | 4 réponses | 0

4

réponses

Réponse apportée
how to access a simulink's block ouput values ?
Thanks Sebastian, i tried that but it doesn't work, because the blocks only computes not really a simulation like the example (p...

environ 10 ans il y a | 0

Question


how to access a simulink's block ouput values ?
hello, My goal is to display the output value of a simulink block in gui's text_edit box Please help

environ 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Input has is 6*1 matrix but simulink displays only 5*1
Okay, i see.. thanks for your reply , i'll do that :)

environ 10 ans il y a | 0

Question


Input has is 6*1 matrix but simulink displays only 5*1
Hi, I wanted to display a 6*1 matrix but i only get it's last 5 elements (i.e. the first element doesn't appaear..) Here's th...

environ 10 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How to make a value limit condition to a edit text and slider in GUI?
Appreciate your detailed answer Image Analyst :D I got it (and I read the FAQ ) and it works like charm! (y)

environ 10 ans il y a | 0

Question


How to make a value limit condition to a edit text and slider in GUI?
I made a GUI that contains 1 slider (min=-180,max=180) and 1 edit text my goal is to have the user type the angle wanted in the...

environ 10 ans il y a | 2 réponses | 0

2

réponses