Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
194.634
of 295.689
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.266
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.317
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
deleting and adapting columns in matrix of function handles
Hello, If you a matrix that contains function handles, so for example: A = @(x) [x , x^2, x^3; 2*x, 2*x^2, 2*x^3] How c...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create on an efficient way zeros in a symbolic matrix?
hey, I want to create a matrix/array A with size(n,2) (for arbitrary n) such that A(:,1) = zeros(n,1) A([1:n-1],2) = ...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
matrix product in function handle
hello, I have 2 functions defined: trig = @(y) a(1)/2 + a(2:6)*cos((1:5).'*y) + b(2:6)*sin((1:5).'*y) (with given vecto...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
error when call function
hello, I use matlab for excercises on the university. I declare a function 'benadering_four' and when I ask for benadering_fo...
alrededor de 10 años hace | 1 respuesta | 0