Getting Started with Simulink 3D Animation (Part 1) - Build a Simulink Model

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

not the type of "3D animation" I was looking for... but vary educational and well spoken.

nyspace
Автор

I'm getting a:   ""FixedStepDiscrete" solver cannot be used to simulate block diagram 'bouncing_ball' because it contains continuous states"  error.  Not sure but maybe it is because in block params of velocity "Enable zero crossing detection" is grayed out.

greatsea
Автор

Use Processing which much easier and versatile than MATLAB for animation.

nikhilsen
Автор

at the stage of matlab function i keep get erro massage when i simulate.

and when i open the fcn to fil with these data, it says %#codegen  not %#eml
no scope data

This is what i writen


function [f, a] = fcn(y)
%#codegen                             (u see here)

if y<1e-4
    y=1e-4;
end
    
if y<1.5
    f=500*(1.5-y)
    a=sqrt(1.5^3/y);
    
else 
    f=0;
    a=1.5;
end

what is the problem?

middleeastwindochanel
Автор

add next button for next part of the video or else make it single video

badrikulkarni
Автор

where to connect the "a"? it is giving me an error

NishadVijaydbz
join shbcf.ru