photo

a a


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

11 Preguntas
0 Respuestas

CLASIFICACIÓN
13.682
of 301.307

REPUTACIÓN
3

CONTRIBUCIONES
11 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
63.64%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 21.235

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.897

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


difficulty in classification by googlenet
While the demo example in matlab documentation gives great results, googlenet has limitations in recognizing user given images. ...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


which toolboxes in matlab are sold/used the best
By toolbox, I mean like deep learning, any subdomain in simulink etc.

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


webcam/deep learning toolbox supported by which matlab version
which matlab version supports webcam/deep learning toolbox? it doesnt work for mine.

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


color vector in plot
Is it possible to write plot(x,y,color) where x, y and color are all arrays of the same length. color is an array to set a col...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


global variables not cleared after 'clear;clc'
I have a global variable. I run the code for several times. I put 'clear;clc' at the front. Strangely before the global variable...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


total least square fitting
Matlab is able to do least square fitting using 'fittype' and 'fit' commands. But if ones considers the errors caused by all var...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


disadvantages of ode15s, ode23s, ode23tb
For example ode15s can solve stiff ODEs that ode23 and ode45 can't. Then is there any disadvantage of these solvers aimed at sti...

más de 7 años hace | 1 respuesta | 3

1

respuesta

Pregunta


audio compression (shorten an audio file)
I want to compress an audio file to make it shorter to put in a game for sound effects. I use the following: [y,Fs]=wavread('bl...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


global variables used in members of class properties
classdef myclass properties x=X end methods end end X is a global variable. I want x to start wit...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


matlab sounds in game design
Say I build a snooker game, where balls need to jitter around. I added a sound when balls collide, importing a sound file. But p...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


variable number of outputs
I want to build a matlab function with outputs whose number/length is variable. Below is my code, which somehow returns an error...

más de 7 años hace | 2 respuestas | 0

2

respuestas