photo

Ekemini Stephen


Last seen: 19 días hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Professional Interests: Technical computing and Model-Based Design

Estadística

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

casi 5 años hace | 2

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

casi 5 años hace | 0

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

casi 5 años hace | 0

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

casi 5 años hace | 1

| aceptada

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

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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 13 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


format display in MATLAB R2007b
Hi, please how can I set the Command Window data display to six decimal places.

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta