Community Profile

photo

Ege Keskin


Last seen: casi 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 0

Respondida
''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 ...

alrededor de 5 años hace | 0

Respondida
Temperature Control using PID via Simulink
You might achieve better results by directly using the PID block on simulink.

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 1

| aceptada

Respondida
Install Arduino uno offline
You would have to have internet access no matter what in order to "download" the Arduino toolbox..

alrededor de 5 años hace | 1

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

alrededor de 5 años hace | 1

| aceptada

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

alrededor de 5 años hace | 0

Pregunta


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

alrededor de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta