photo

Sayyed Ahmad Fani Yazdi


HUGO PETERSEN GmbH

Last seen: quasi 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

0 Domande
3 Risposte

RANK
7.663
of 300.381

REPUTAZIONE
6

CONTRIBUTI
0 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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...

quasi 7 anni fa | 0

Risposto
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...

quasi 7 anni fa | 1

| accettato

Risposto
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

quasi 7 anni fa | 0