已回答
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...

7 years 前 | 0

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 1

已回答
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)....

7 years 前 | 2

已回答
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...

7 years 前 | 0

已回答
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 ...

7 years 前 | 0

已回答
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...

7 years 前 | 1

| 已接受

已回答
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...

7 years 前 | 3

| 已接受

已回答
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...

7 years 前 | 0

| 已接受

已回答
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 ...

7 years 前 | 0

已回答
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 ...

7 years 前 | 0