回答済み
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...

約8年 前 | 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...

約8年 前 | 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...

約8年 前 | 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)....

約8年 前 | 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...

約8年 前 | 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 ...

約8年 前 | 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...

約8年 前 | 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...

約8年 前 | 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...

約8年 前 | 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 ...

約8年 前 | 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 ...

約8年 前 | 0