Sayyed Ahmad Fani Yazdi
HUGO PETERSEN GmbH
Followers: 0 Following: 0
Statistica
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 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
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...
quasi 7 anni fa | 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...
quasi 7 anni fa | 1
| accettato
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

