z cy
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
110.733
of 296.297
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
84.62%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.381
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
78.770
of 155.913
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Outer products are faster with b*b' in matlab?
I have a column vector with about 6800 elements, many of which are 0. How can I quickly calculate the multiplication of the colu...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to reduce running time of diagonal matrix multiplication with full matrix in Matlab?
I need to calculate a matrix multiplication that , where B is a full matrix with and D is a digonal matrix with .The computatio...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw this figure?
I have a matrix A 16*16, and an index B. I want to make the pixel of index B red as shown in Figure. It's obvious that we can ea...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot color ball use matlab?
What I want know how to plot color ball use matlab? And we need to get the [x,y,z] for each color point. Thanks! The white color...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to set the thickness of edge for one marker in plot?
Hello, I want to set the thickness of edge for one point use plot. How to plot this? plot(data(:,1),data(:,2),'o','MarkerSize',...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot this figure?
This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
alrededor de 4 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 4 años hace
Pregunta
How to set colorspace of line in special code of graph?
G = graph(index_s,index_t,weighted); p1 = plot(G,'XData',X1,'YData',Y1); What I want to change is the color of lines. Have any...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to generate this pin wheel by code or Equation
I don't know how to generate this pin wheel by code or Equation. Can someone help me?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to generate this pin wheel toy dataset?
I don't konw how to generate this pin wheel by code or Equation. Can someone help me?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to load multiple specified variables in a specified mat file?
For example, I want load Train_data Train_label Test_data Test_label in each all_number.mat, such as in figure. But there have ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to set concentric rectangle dataset?
I want that the number of each color data point can be changed
alrededor de 5 años hace | 2 respuestas | 0