Berke Ogulcan Parlak
Followers: 0 Following: 0
Statistik
RANG
189.789
of 295.448
REPUTATION
0
BEITRÄGE
13 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
46.15%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Difference in sending data from Arduino and Matlab?
There is a code in the Arduino that transmits three values received respectively. I am sending these three values from Arduino i...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Using the first value of a variable during simulation in Simulink
This block generates output only once during simulation (at the beginning of the simulation). And I want to use the output obtai...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Separating string element by two and creating a vector in Simulink
How do I convert the following string element into vector?
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sending multiple data from GUI to Simulink using Arduino?
Hello, I have three edit text in my GUI. When I press a button, I want to send these three values entered in edit text as fo...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenMatlab GUI wait until button is pressed
I arrange the Demo of Image Analyst for my purpose. Thank you to everyone.
mehr als 4 Jahre vor | 0
Frage
Matlab GUI wait until button is pressed
Hello everyone, I am trying to simulate the four bar mechanism. There are two buttons: Start and Stop.The simulation will s...
mehr als 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Is it possible to make Acos return values greater than pi?
I know the a, b and c and x values. I want to find Theta value. I use the command 'acos' for this, but 'acos' returns a value ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Determining the phase shift from the samples of the sinusoidal wave?
Hello, I have two waves like A and B. (A represents the input of the system, B output.) What I know is the frequency and amp...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding the phase shift of the Sine wave from Workspace?
Hello, I collect the outputs by giving the system a sinusoidal input at different frequencies. By looking at the output and ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Arduino Encoder Application with Simulink Problem
Hi, I'm using the Arduino Support Package for Simulink Toolbox. My goal is to make a counter that counts up when it rotates clo...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I can't create State Space Full Feedback Control structure in Simulink
I determined the K vector by doing Pole Placement. A, B, C and D matrices are defined in Workspace.Here is the block diagram...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Symbolic vector problem in MATLAB
Hi, I'm using the 2016a version and syms doesn't work as a vector. I try: syms a [1 4] but I take "Not a valid variable name"...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Symsum and matrix usage error
I need to write this algorithm, but I get an error like this: This is my code: A=[2,4,5;6,7,8;10,12,4]; n = length(A); s...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFilling the area within the three lines with color
Thank you, but in the case of 90 <theta <270, I can't get results. (F.e. Theta = 100 deg)
etwa 5 Jahre vor | 0
Frage
Filling the area within the three lines with color
close all clear all clc a=2; %a link length b=5; %b link length P1=[0,0]; axis([-2,7,-2,3]); theta=pi/2; ...
etwa 5 Jahre vor | 1 Antwort | 0