![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2432125_1522089829177_DEF.jpg)
Ekemini Stephen
Followers: 0 Following: 0
Professional Interests: Technical computing and Model-Based Design
Estadística
8 Preguntas
5 Respuestas
CLASIFICACIÓN
4.559
of 297.016
REPUTACIÓN
11
CONTRIBUCIONES
8 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Need list of all not recommended keywords
To obtain a list of all MATLAB keywords, use 'iskeyword' command and the results are shown below. 'break' 'case' ...
más de 5 años hace | 2
I can't use fdatool why?
Based on the MATLAB version you are using, fdatool is most likely removed. Use the following code on your command window. filte...
más de 5 años hace | 0
problem with fzero in my code
Create a function file and save it to the same dierctory as function y = f(x) y = cos(x); end Then use this function in the ...
más de 5 años hace | 0
Cannot make vektor of exp(x)/(exp(x) 1)
Hi, check this code out, its the correct code. %% YOUR CORRECT CODE x = 0:0.1:2; y1 = exp(x)./(exp(x)+1); figure plot(x,y1,...
más de 5 años hace | 1
| aceptada
How to create an empty array or empty struct ?
Hi Ahmad, I have edited your code to make it work. You need to store the 64*64 cropped images section in different fields within...
más de 5 años hace | 0
Pregunta
Solving Nonlinear Partial Differential Equations with PDE toolbox
I have the following PDE which I have tried to solve via Laplace Transform but could not. Can anybody help me solve or give me a...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How I can make GUI edittext box to hold matrix data?
I prepared a GUI with many edit text boxes which I want to use for calculations. I want to be sure the edit text boxes are actua...
más de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
exporting data to excel database
I prepared an excel database called 'melvin'. I used this code under GUI pushbutton to export data to 'melvin' but I am having t...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Tranfering data from one GUI uitable to another GUI uitable
I prepared two GUIs with their M-file names as "retrieve2withD" and "GUIcommut1". I want to transfer Data from one of the uitabl...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to delete from MS Access database using GUI interface
I prepared the following table with MS Access called 'Table1'. The table is shown below: ID Harzards Location Magnitude Casualt...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to update database with whereclause using variable as ID and launching it from a GUI
[EDIT: 20110725 09:37 CDT - reformat - WDR] I prepared a table called 'Table1' with MS Access as shown below ID Harzards Lo...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
format display in MATLAB R2007b
Hi, please how can I set the Command Window data display to six decimal places.
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
FREDHOLM INTEGRO-DIFFERENTIAL EQUATIONS using SINC-COLLOCATION PROCEDURE
Hi, I am using MATLAB R2007b to compile an M-file(filename = divine) program that comfortably generate solution for the above ti...
más de 13 años hace | 1 respuesta | 0