photo

Eman Ahmed Elsayed


Alexandria University

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

10 Domande
4 Risposte

RANK
4.633
of 300.364

REPUTAZIONE
11

CONTRIBUTI
10 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
10.0%

VOTI RICEVUTI
6

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


stem function and fft
i used stem function to convert a continuous signal to discrete signal. and then i want the discrete function to get the fas...

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


what's the time of pause(1)
is this time equal 1 s??

oltre 14 anni fa | 2 risposte | 0

2

risposte

Domanda


how can I fix an error in while loop
the two condition of for loops are true, although the function doesn't implement the code under while while(iter<maxI&dif>E...

oltre 14 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I plot a string function
I want to plot a string function where y=x^2+3x+2+sin(x) or any function. I tried plot(y,x) but it doesn't work. and w...

oltre 14 anni fa | 3 risposte | 0

3

risposte

Risposto
add button to saved Gui
I fix the problem Just select file>>new>>gui and select open existing gui and then choose you gui and press open button. ...

oltre 14 anni fa | 0

Domanda


add button to saved Gui
I male new Gui and some button and labels to it and then saved it and close the window. and now I want to ad button to my gui...

oltre 14 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I convert handle function to a string
I need to convert handle function to string to passed it to function solve which taken string expression the handle function i...

oltre 14 anni fa | 3 risposte | 0

3

risposte

Risposto
solve nonlinear equation
I'm still have the same problem

oltre 14 anni fa | 0

Domanda


solve nonlinear equation
I write a method to solve any equation function [ result ] = get( func ) %UNTITLED2 Summary of this function goes here ...

oltre 14 anni fa | 3 risposte | 0

3

risposte

Domanda


How can I multiply equation with number
I need to multiply a number by an equation function [result] = SA_1(func,lamda) %UNTITLED Summary of this function goes he...

oltre 14 anni fa | 2 risposte | 0

2

risposte

Risposto
how can I pass an equation as input parameter to function
I solved my problem I wrote the function like the following >> f=@(x) 2*x + 1 and then passed it to the function

oltre 14 anni fa | 5

Domanda


how can I pass an equation as input parameter to function
I write s function which take two parameter the first is an equation and the second is an integer number and I want to substit...

oltre 14 anni fa | 1 risposta | 1

1

risposta

Risposto
How do I pass an equation as a parameter to a class constructor?
when I write f=SAA(2)// it's works well but when I write f=SAA(2*x+1) the compiler said ??? Undefined function or vari...

oltre 14 anni fa | 0

Domanda


How do I pass an equation as a parameter to a class constructor?
I want to make method takes an equation as input and then differentiate it and substitute with x=0,1 in the output equation Whe...

oltre 14 anni fa | 4 risposte | 0

4

risposte