Estadística
10 Preguntas
4 Respuestas
CLASIFICACIÓN
4.522
of 295.467
REPUTACIÓN
11
CONTRIBUCIONES
10 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
10.0%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
what's the time of pause(1)
is this time equal 1 s??
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 3 respuestas | 0
3
respuestasadd 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. ...
más de 13 años hace | 0
Pregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
solve nonlinear equation
I write a method to solve any equation function [ result ] = get( func ) %UNTITLED2 Summary of this function goes here ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestashow 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
más de 13 años hace | 5
Pregunta
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...
más de 13 años hace | 1 respuesta | 1
1
respuestaHow 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...
más de 13 años hace | 0
Pregunta
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...
más de 13 años hace | 4 respuestas | 0