![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24569326_1635760162198_DEF.jpg)
Duong Nguyen
Followers: 0 Following: 0
Estadística
1 Pregunta
2 Respuestas
CLASIFICACIÓN
19.701
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
1 Pregunta
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Write a recursive function called fibor
Hello, I got a question as a below figure My approach is as the following code: function output = fibor(n) a = 0; b = 1; o...
casi 3 años hace | 1 respuesta | 0
1
respuestawrite a function called saddle in the input matrix M , the function should return with exactly two column vector and each row of output vector represent dimensions of saddle point in the input matrix M
Hi, I got my answer for this question as shown below. I am wondering that if there is any test cases fail with my answer? Thank ...
casi 3 años hace | 1
text file I/O
function charnum = char_counter(fname,character) fid = fopen(fname, 'rt'); charnum = 0; if fid<0||~(ischar(character)) c...
casi 3 años hace | 0