Sayyed Ahmad Fani Yazdi
HUGO PETERSEN GmbH
Followers: 0 Following: 0
Statistics
0 Questions
3 Answers
RANK
7,650
of 300,365
REPUTATION
6
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,262
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
7 years ago | 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...
7 years ago | 1
| accepted
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 years ago | 0

