photo

Chiemela Victor Amaechi


Last seen: 5 months ago|Active since 2019

PhD Student and Associate Lecturer; Interests in Mathematical Modelling, Offshore Structures modelling, Composite marine risers, Control system, Energy storage, Riser tensioner systems, Finite Element Analysis, CFD

Statistics

  • Explorer
  • First Answer
  • First Review

View badges

Content Feed

View by

Question


Where can I get toolbox for control of marine riser tensioners or available codes?
Am having a control design requirement and would need some help with the toolbox or codes available that on the control of marin...

2 years ago | 0 answers | 0

0

answers

Answered
How to pass a parameter structure from m-file to Simulink?
The answers above are very correct and valid. In addition to using the Call Param() and function callMySimulinkModel, you can ...

2 years ago | 0

Answered
how can i make a music using matlab??
SYNTAX FOR MUSIC IN MATLAB: clear; a=sin(2*pi*440*(0:0.000125:0.5)); b=sin(2*pi*493.88*(0:0.000125:0.5)); cs=sin(2*pi*554.37...

2 years ago | 1

Answered
how can i make a music using matlab??
%MUSIC FOR GAME clear tic notes={'C' 'C#' 'D' 'Eb' 'E' 'F' 'F#' 'G' 'G#' 'A' 'Bb' 'B'}; freq=[261.6 277.2 293.7 311.1 32...

2 years ago | 1

Answered
how can i make a music using matlab??
%CHILDREN MUSIC FOR ALPHABETS ...A,B,C,D,E,F,G,H,I,J,K, notecreate = @(frq,dur) sin(2*pi* [1:dur]/8192 * (440*2.^((frq-1)/12)))...

2 years ago | 1