Sayyed Ahmad Fani Yazdi
HUGO PETERSEN GmbH
Followers: 0 Following: 0
Feeds
답변 있음
Use Plot as function
if you change your code to the following code clear all close all clc count=1 In.Value(1,1) = 0; In.Value(2,1) = 0; f...
Use Plot as function
if you change your code to the following code clear all close all clc count=1 In.Value(1,1) = 0; In.Value(2,1) = 0; f...
거의 7년 전 | 0
답변 있음
Calling a Matlab function from workspace to Simulink matlab function block
use in simulink function eml.extrinsic('YourFunctionNameInMatlab'); for example function [val_out] = fcn(Val_in) %#eml e...
Calling a Matlab function from workspace to Simulink matlab function block
use in simulink function eml.extrinsic('YourFunctionNameInMatlab'); for example function [val_out] = fcn(Val_in) %#eml e...
거의 7년 전 | 1
| 수락됨
답변 있음
Flipping a plot by 180 degrees
if your x values are positive nambers you need only use x=-x and plot again. It could be flip your plot at y axis
Flipping a plot by 180 degrees
if your x values are positive nambers you need only use x=-x and plot again. It could be flip your plot at y axis
거의 7년 전 | 0

