Med Aymane Ahajjam
International University of Rabat
Followers: 0 Following: 0
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.
統計
Feeds
解決済み
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 ...
4年弱 前
解決済み
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:...
4年弱 前
質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答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...
約5年 前 | 0
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 ...
5年以上 前 | 1
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. ...
5年以上 前 | 1
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...
5年以上 前 | 0
質問
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 ...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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...
7年以上 前 | 1 件の回答 | 1
1
回答質問
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...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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...
約9年 前 | 0 件の回答 | 0
0
回答How to set values of specific data columns in a uitable
yeah okay, it seems better to use 2 tables other than 1.. Thanks :)
約9年 前 | 0
How to set values of specific data columns in a uitable
i see so i can't manipulate one columns at a time.. Thanks :)
約9年 前 | 0
質問
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 ...
約9年 前 | 4 件の回答 | 0
4
回答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...
約9年 前 | 0
質問
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
約9年 前 | 2 件の回答 | 0
2
回答Input has is 6*1 matrix but simulink displays only 5*1
Okay, i see.. thanks for your reply , i'll do that :)
約9年 前 | 0
質問
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...
約9年 前 | 2 件の回答 | 0
2
回答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)
約9年 前 | 0
質問
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...
約9年 前 | 2 件の回答 | 0