Community Profile

photo

Ekemini Stephen


Last seen: 4 months ago Active since 2011

Professional Interests: Technical computing and Model-Based Design

Statistics

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

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

4 years ago | 2

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

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 1

| accepted

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

4 years ago | 0

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

12 years ago | 2 answers | 1

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer

Question


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

13 years ago | 1 answer | 0

1

answer