photo

Ibukunolu Oladunjoye


2015 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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/...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


How to write a MATLAB code for integral sliding mode control?
How to write a MATLAB code for integral sliding mode control?

9年以上 前 | 0 件の回答 | 3

0

回答