![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14322799_1544213371122_DEF.jpg)
Ege Keskin
Followers: 0 Following: 0
Statistica
RANK
3.800
of 297.016
REPUTAZIONE
14
CONTRIBUTI
2 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
3
RANK
of 157.725
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
Convert digital value from analog input pin to pwm output
You might want to take a simple route and avoid programming your arduino anything other than the Arduino IDE. You are looking ...
circa 6 anni fa | 0
How to exit a while true loop after some time has elapsed
You can use something like; while %%YOUR CODE HERE if %no input from the user for 10 seconds (figure out how to ...
circa 6 anni fa | 0
Thomas Algorithm: I want to know how to specify the boundary conditions of Thomas Algorithm.
Are you using this to solve a heat transfer problem? If so, the boundary conditions are usually constant because the integration...
circa 6 anni fa | 0
''TUNING OF PID CONTROLLER USING DIFFEENT TECHNIQUES''
You do not need to write a piece of code in order to tune the gains, espacially for the Ziegler-Nichols method. Just google how ...
circa 6 anni fa | 0
Temperature Control using PID via Simulink
You might achieve better results by directly using the PID block on simulink.
circa 6 anni fa | 0
Plotting Multivariable function poltting
[X,Y] = meshgrid(1:.2:10); Z =(X*Y) / (X^2 + Y^2); surf(X,Y,Z) You should avoid including 0 w...
circa 6 anni fa | 1
| accettato
Install Arduino uno offline
You would have to have internet access no matter what in order to "download" the Arduino toolbox..
circa 6 anni fa | 1
How to plot a 3D vector field
UPDATE: I have found a user made function that takes a 3d matrix and visualizes it. Which solved my problem instantly. The funct...
circa 6 anni fa | 1
| accettato
How to plot a 3D vector field
I still do not have my answer. All of the examples and sketches on the internet have 2 variables. for example z = x*y. However i...
circa 6 anni fa | 0
Domanda
How to plot a 3D vector field
Hello. I am trying to plot the magnetic flux density of a permanent magnet around its viscinity. the magnetic flux density at an...
circa 6 anni fa | 3 risposte | 0
3
risposteDomanda
How can I identify the powers and the coefficient of a semi-known 2 variable function?
I am currently trying to corralate Reynold's and Prundtl number to find the Nusselt number. The equation is Nu = C*Re^n*Pr^m , ...
circa 6 anni fa | 1 risposta | 0