Aditya
Followers: 0 Following: 0
Estadística
3 Preguntas
2 Respuestas
0 Problemas
10 Soluciones
CLASIFICACIÓN
6.448
of 295.527
REPUTACIÓN
7
CONTRIBUCIONES
3 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
35.187
of 154.057
CONTRIBUCIONES
0 Problemas
10 Soluciones
PUNTUACIÓN
110
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
Resuelto
Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...
alrededor de 7 años hace
Pregunta
Simulink Mask Support for SVG images - doesn't work fully
I have seen the use of svg (scalable vector graphics) images in new Simulink blocks (for e.g. the Hydraulics fluid block in Sims...
casi 8 años hace | 1 respuesta | 1
1
respuestaPregunta
Suppress command window output in matlab live editor in 2016a
I started using the live editor in 2016a. I am running a simulation in the live script and then doing some plotting. However, wh...
más de 8 años hace | 1 respuesta | 0
1
respuestaResuelto
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
alrededor de 9 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
alrededor de 9 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...
alrededor de 9 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 9 años hace
INTERNAL ERROR. Failed assertion in sfdb_breakpoints.c at line 35: (script->bm.breakpoints).length>(unsigned int)(lineNumber-1)
I ran into this error as well (I'm running 2012b 64 bit). It went away when I restarted Matlab. That's the only solution I'v...
alrededor de 11 años hace | 1
| aceptada
Viewing variables in debug window disables Aero interface
Not an answer but I also have this same problem. I am using HP8570w with Win7 64 bit, 16gb RAM, nvidia quadro k1000m, 1920x1...
más de 11 años hace | 0
Pregunta
Create custom arduino simulink blocks to use existing arduino libraries
Is there a tutorial on how to create custom simulink blocks that encode standard arduino libraries, such as the lcd display libr...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasResuelto
Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...
más de 12 años hace
Resuelto
Flag largest magnitude swings as they occur
You have a phenomenon that produces strictly positive or negative results. delta = [1 -3 4 2 -1 6 -2 -7]; Marching thr...
más de 12 años hace
Resuelto
Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...
más de 12 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
más de 12 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 12 años hace