Morteza Hajitabar Firuzjaei
Followers: 0 Following: 0
Senior Computer Programmer morteza.mhf@gmail.com
Statistiques
RANG
13 098
of 301 709
RÉPUTATION
4
CONTRIBUTIONS
2 Questions
12 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
12 866 of 21 394
RÉPUTATION
28
CLASSEMENT MOYEN
2.00
CONTRIBUTIONS
4 Fichiers
TÉLÉCHARGEMENTS
4
ALL TIME TÉLÉCHARGEMENTS
283
RANG
of 176 196
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
MortezaHajitabarFiruzjaei/ImageEnhancementMHF
Image Enhancement using Variance, PSO, and gain fitness
plus de 8 ans il y a | 1 téléchargement |
A soumis
MortezaHajitabarFiruzjaei/ImageVariance
Image Variance Calculation
plus de 8 ans il y a | 1 téléchargement |
A soumis
MortezaHajitabarFiruzjaei/WindSpeedPredictionMHF
Wind Speed Prediction
plus de 8 ans il y a | 1 téléchargement |
A soumis
MortezaHajitabarFiruzjaei/PixonImageVarianceMHF
Image Variance And Pixon Creation
plus de 8 ans il y a | 1 téléchargement |
Different desktops under windows 10
WIN + CTRL + LEFT/RIGHT: Switch to previous or next desktop. WIN + CTRL + D: Create a new desktop. WIN + CTRL + F4: Close the ...
plus de 8 ans il y a | 0
Running a FAST model of wind turbine, MATLAB stops working!
do you use original matlab serial number? are your matlab files correct?
plus de 8 ans il y a | 0
How to plot for a different initial values at same time
you can name both plot as figure(1) Morteza Hajitabar Firuzjaei
plus de 8 ans il y a | 0
which way is better to calculate var of image with blockproc?
This code calculates the variance of a RGB image but it's not standard variance, see below: %------------------------------...
plus de 8 ans il y a | 0
How to find the variance of an image?
This code calculates the variance of a RGB image but it's not standard variance, see below: %--------------------------------...
plus de 8 ans il y a | 0
Does Matlab Mobile work with the App Designer? (.mlapp)
yes it works
plus de 8 ans il y a | 0
how to plot a continuous graph in a loop
you can make your vectors and plot your graph, like: s = [1 1 1 1]; t = [2 4 5 3]; G = graph(s,t); plot(G); Mortr...
plus de 8 ans il y a | 0
How to create a matrix[15*1], in which i need to change the value of particular element during simulation.
see these files Morteza Hajitabar Firuzjaei
plus de 8 ans il y a | 0
Uitable get value from edit text
see below: function logNames % Create UI figure and components fig = uifigure('Position',[100 100 410 400]); loglist...
plus de 8 ans il y a | 0
Why my function do not work and gives me an error message?
Dear friend, you used indices, you should make sure you are using integers as indices or make sure you are using vectors ...
plus de 8 ans il y a | 0
import edit and write .txt file
%write x = 0:.1:1; A = [x; exp(x)]; fileID = fopen('exp.txt','w'); fprintf(fileID,'%6s %12s\n','x','exp(x)'); fprintf...
plus de 8 ans il y a | 0
How can I import data from Excel for control MIMO system with narxnet function? I have 5 inputs and 1 output, each with 150 training data.
Dear Lejla, for simplefy your work, convert your excel to .mat matlab file abd then import your multiple input multiple outpu...
plus de 8 ans il y a | 0
Question
Finally i wrote this code for wind speed prediction with 3 parameters, why does my code has different prediction for the same dataset on each run?
load('input.mat'); X = tonndata(inputData(:,(1:3)),false,false); T = tonndata(inputData(:,4),false,false); N ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i predict one week later(multistep prediction), this code just predicts one step in the future please make my code right(it's about wind speed prediction with 3 input parameter(pressure, humidity, temperature) and one target(wind speed)
load('input.mat'); Input_Parameter = tonndata(inputData(:,(1:3)),false,false); Target_Parameter = tonndata(inputData(:,1),fa...
plus de 8 ans il y a | 1 réponse | 0





