Statistics
RANK
4,522
of 295,467
REPUTATION
11
CONTRIBUTIONS
10 Questions
4 Answers
ANSWER ACCEPTANCE
10.0%
VOTES RECEIVED
6
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 3 answers | 0
3
answersadd 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. ...
13 years ago | 0
Question
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...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 3 answers | 0
3
answersQuestion
solve nonlinear equation
I write a method to solve any equation function [ result ] = get( func ) %UNTITLED2 Summary of this function goes here ...
13 years ago | 3 answers | 0
3
answersQuestion
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...
13 years ago | 2 answers | 0
2
answershow 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
13 years ago | 5
Question
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...
13 years ago | 1 answer | 1
1
answerHow 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...
13 years ago | 0
Question
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...
13 years ago | 4 answers | 0