Risposto
How i can i link my m file with simulink block?
You can integrate MATLAB code into your Simulink model using the <http://www.mathworks.com/help/simulink/ug/what-is-a-matlab-fun...

oltre 7 anni fa | 0

| accettato

Risposto
How can I change polyspace_workspace and other temporary folders' default path?
You can change the default Polyspace Workspace in the Polyspace Preferences on the Project and Results Folder tab. Navigate t...

oltre 7 anni fa | 0

Risposto
How do I change the marker size for a plot?
The Marker Size property for a particular line can be set using line object handles. For example - l = plot(x1,y1,'*-',x2,y...

oltre 7 anni fa | 1

Risposto
How do I plot lines with different line widths?
The line width for a particular line can be set using line object handles. For example - l = plot(x1,y1,x2,y2); l(1)....

oltre 7 anni fa | 2

Risposto
how can I update a constant block within a Simulink simulation?
The variables you are updating might be local to your MATLAB function. Consider defining the variables in the MATLAB functio...

oltre 7 anni fa | 0

Risposto
How to use Simulink to solve for Piezoelectric Transducer?
In your model, you will have to add domain reference blocks. An electrical reference block to the blue colored connection and a ...

oltre 7 anni fa | 0

Risposto
Dataset-File out of built (.exe) Simulink-simulation
Currently MAT File logging from a binary is supported only for the 'Array', 'Structure' and 'Structure with time' formats. Yo...

oltre 7 anni fa | 1

| accettato

Risposto
Variable Time Delay and Variable Transport Delay - what is their main difference?
The basic idea is that both blocks implement a delay but in slightly different ways: - For the Variable Time Delay, the delay...

oltre 7 anni fa | 3

| accettato

Risposto
How to install DDS Support package on Linux?
The DDS Support package will work correctly only on platforms that are supported by MATLAB. MATLAB R2016a supports Ubuntu re...

oltre 7 anni fa | 0

| accettato

Risposto
Running fmincon on xpc target
The "fmincon" MATLAB function is not supported for code generation therefore it will not be possible to use this function on an ...

oltre 7 anni fa | 0

Risposto
Error when using HCSR04 example
Note that the HCSR04Example.m from the 'HC-SR04 Add-On Library for Arduino' requires MATLAB R2016a or higher and MATLAB Support ...

oltre 7 anni fa | 0