photo

Sayyed Ahmad Fani Yazdi


HUGO PETERSEN GmbH

Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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

Answered
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

Answered
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