![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14322799_1544213371122_DEF.jpg)
Ege Keskin
Followers: 0 Following: 0
Statistiques
RANG
3 788
of 297 046
RÉPUTATION
14
CONTRIBUTIONS
2 Questions
9 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
3
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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 ...
environ 6 ans il y a | 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 ...
environ 6 ans il y a | 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...
environ 6 ans il y a | 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 ...
environ 6 ans il y a | 0
Temperature Control using PID via Simulink
You might achieve better results by directly using the PID block on simulink.
environ 6 ans il y a | 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...
environ 6 ans il y a | 1
| A accepté
Install Arduino uno offline
You would have to have internet access no matter what in order to "download" the Arduino toolbox..
environ 6 ans il y a | 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...
environ 6 ans il y a | 1
| A accepté
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...
environ 6 ans il y a | 0
Question
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...
environ 6 ans il y a | 3 réponses | 0
3
réponsesQuestion
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 , ...
environ 6 ans il y a | 1 réponse | 0