![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3404144_1522095633647_DEF.jpg)
Zhongxian pan
Xiaan University of Electronics Science & Technology
Followers: 0 Following: 0
Estadística
1 Pregunta
2 Respuestas
0 Problemas
5 Soluciones
CLASIFICACIÓN
11.682
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
1 Pregunta
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
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
52.289
of 157.687
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
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
MATLAB help window doesn't display well. (R2013a 64-bits in WIN7)
MATLAB help window doesn't display well. (R2013a 64-bits in WIN7) Just like the picture below~
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaHow to setup Visual Studio 2012 to work with Matlab compiler? (Test checkout of feature 'Compiler' failed.)
Hi, Robert! I believe your MATLAB is a 64-bit version and your VS is a 32-bit version. I don't know how to connect 2 different v...
alrededor de 11 años hace | 1
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
más de 11 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 11 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 11 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:...
más de 11 años hace
PlotYY X axis doubled
linkaxes(AX,'x'); set(AX(2),'XTickLabel',[]);
más de 11 años hace | 1