Réponse apportée
Can I implement a controller that uses an external physical device to control the simscape physical model motion?
To include an external device to your Simscape model, you need to use hardware-in-loop (HIL) simulation. This is possible by con...

plus de 6 ans il y a | 0

Réponse apportée
vpasolve and independent equations
‘vpasolve’ solves algebraic equations using numerical methods whereas ‘solve’ solves the equations symbolically. If possible, so...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How do I export data from the embedded code?
Set the following parameters under ‘Model Configuration Parameters’ (gear button available in the toolbar): Code Generation ->...

plus de 6 ans il y a | 0

Réponse apportée
Organizing different plots of main effects plot (DOE) for different response variables inside the same Figure window.
The “maineffectsplot” creates subplots depending on the number od ‘GROUP’ variables. Since it creates handles for the subplots, ...

plus de 6 ans il y a | 0

Réponse apportée
solve the riccati equations in matlab
You can use the following command to solve your equation: [X,K,L] = idare(A,B,W,U,[],[]); The equation provided in the documen...

plus de 6 ans il y a | 0

Réponse apportée
Regeneration of signal using different Intrinsic Mode Function Components.
The original signal is the sum of Intrinsic Mode Functions (IMFs) and the last residue (): To obtain accurate results, the ...

plus de 6 ans il y a | 0

Réponse apportée
About interp1 function
The interp1 function performs 1D interpolation and computes one y-value for the corresponding x-value. Due to this only one poin...

plus de 6 ans il y a | 0

Réponse apportée
binning data and mapping
You can use the binscatter function to create a binned scatter plot. binscatter(latidx , longidx ,[5 5]); A binned scatter pl...

plus de 6 ans il y a | 0

Réponse apportée
Optical Flow in Single Video Frame
In the example (https://www.mathworks.com/help/vision/ref/opticalflowlk.html), an optical flow object has been created using the...

plus de 6 ans il y a | 0

Réponse apportée
Save Figure in workspace
You can use the following lines of code to save the figure to workspace and set the desired resolution: f= frame2im(getframe(gc...

plus de 6 ans il y a | 0