Ibukunolu Oladunjoye
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
14 459
of 295 569
REPUTATION
3
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
If i have an array of four column and i want to write a program for the 3rd column like (x1^2-x2^2) + (x2^2-x3^2) + (x3^2-x4^2).....implies (square of 1st row, 3rd column- sq of 2nd row,3rd column) + ............
I need to write a program that will automatically pick the relevant values turn by turn till it reaches the last value in the co...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
I want to create several files with the following simulation in decreasing order from 18700 to 15000 but my simulation keeps going off after the first iteration, I don't know whats wrong. I actually did this for the the acending order and it worked.
for wb=18700:50:15000; Para(9)= wb; ff= ode5(@this_eq_of_motion,t,Y0,Para); Resp=ff((Tend-50)*1/steptim...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
How do i edit the program in the fllwn below, that while WB runs when it reaches between 27500 and 28500,the step changes from 50 to 100 between that range and then continues with 50 after??
for WB=25000:50:29000; Para(9)= WB; ff= ode5(@this_eq_of_motion,t,Y0,Para); % the ode4 Resp=ff(80*1/...
mer än 8 år ago | 0 answers | 0
0
answersQuestion
How do i save into a picture file a plot used with hold on(i mean:which has several images plot on a figure)?
for uuu=2000:50:4900; name_file=strcat('res_to_U_', num2str(uuu),'.mat') BB = load(name_file); plot(uuu,B...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
How to write a MATLAB code for integral sliding mode control?
How to write a MATLAB code for integral sliding mode control?
mer än 9 år ago | 0 answers | 3