Usman Taya
Followers: 0 Following: 0
Statistics
15 Questions
0 Answers
RANK
264,079
of 295,467
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
26.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to run multiple task parallel for optimization?
Hi, I attached a task scheduling in jpg file. I want to perform the optimum scheduling of the given tasks in task.jpg. I have ...
3 years ago | 0 answers | 0
0
answersQuestion
How to define a binary decision variable as upper and lower bond in an optimization function?
Hello experts, I have an optimization problem that i have to solve using improved particle swarm optimization and i want to def...
3 years ago | 1 answer | 0
1
answerQuestion
How to converter the hourly data interval to 15-minutes interval using interpolate function of matlab?
I have one year temperature with hourly interval and I want to make it to 15 minutes interval. I try to use interpolate function...
4 years ago | 1 answer | 0
1
answerQuestion
How I can use binary variable (0,1) for charge and discharge of battery in genetic algorithm.
Hi, I want use binary discusion variable for charge and discharge of batter using genetic algorithm or particle swarm optimiz...
4 years ago | 1 answer | 0
1
answerQuestion
How to transfer python to matlab
kindly help me to convert following line from python to matlab. Sol[i,:] = numpy.copy(S[i,:])
4 years ago | 0 answers | 0
0
answersQuestion
Convert python code to matlab code
I need to convert following python codes to Matlab. Can anyone help me to convert following codes. for i in range(0,PopSize): ...
4 years ago | 1 answer | 0
1
answerQuestion
How to use binary decision variable for charge and discharge of battery using PSO in MATLAB?
Hi All, I want to use binary decision variable for charge and discharge of battery using Particle swarm optimization (PSO) but ...
5 years ago | 0 answers | 0
0
answersQuestion
Matrix Indexing with respect to sum of matrix raws
A = -9 3 -1 9 -4 0 1 -2 -2 5 6 -9 I want to sort it and want to get following result after ...
5 years ago | 1 answer | 0
1
answerQuestion
Error in matlab codes
Hi everyone, I write following codes: clear all close all clc % Define the details of the problem nVar = 4; ub = [10 1...
5 years ago | 1 answer | 0
1
answerQuestion
What is means by f = 1:1:dim ?
I didn't understand the meaning of f = 1:1:dim Here dim is dimension of problem. kindly someone explain for me?
5 years ago | 1 answer | 0
1
answerQuestion
Error in following matlab code.
Error in following codes for i = 1:12 if i == 12 x1 = 9 end x1 = [1]; x2 = [3]; if i == 1...
6 years ago | 1 answer | 0
1
answerQuestion
Error in following MATLAB codes: "Array indices must be positive integers or logical values."
When I run following codes it show following error: Array indices must be positive integers or logical values.: x4 = [0,0,0,0,0...
6 years ago | 1 answer | 0
1
answerQuestion
How to run the following codes.
what is error in following codes for i=1:12 if i = 12 x1 = 9 end x1 = [1]; x2 = [3]; x1(i) ...
6 years ago | 1 answer | 0
1
answerQuestion
How to set maximum and minimum limit of signal in MATLAB code.
I need to set maximum and minimum value of variables. For example, x3= x1 + x2 where maximum value of x1 = 3 minimum value o...
6 years ago | 1 answer | 0
1
answerQuestion
Hi, I want to find Kp and Ki value by using state space model. I have block diagram.anyone help me to solve block diagram to state space model than find ki and kp
I have block diagram.anyone help me to solve block diagram to state space model than find ki and kp. Plz if anyone have any hel...
8 years ago | 0 answers | 0