![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
Statistica
RANK
4.559
of 297.016
REPUTAZIONE
11
CONTRIBUTI
8 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
4
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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' ...
oltre 5 anni fa | 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...
oltre 5 anni fa | 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 ...
oltre 5 anni fa | 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,...
oltre 5 anni fa | 1
| accettato
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...
oltre 5 anni fa | 0
Domanda
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...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 13 anni fa | 2 risposte | 1
2
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
format display in MATLAB R2007b
Hi, please how can I set the Command Window data display to six decimal places.
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0