Sahil Bajaj
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
257.184
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How do I take the first word out of every word in a string and make those letters into a combined word
I want to enter a string 'Control Air Pollution' and call a function to get another string 'CAP'; which is the first letter of e...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to display hidden element in matrix when we add the coordinate?
I have x = 1 0 0 0 1 0 0 0 1 y= . . . . . . . . . I used y to hide elements from x ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to show Column and Row numbers in Matrix
I have a matrix 1 2 3 4 5 6 7 8 9 I want - 1 2 3 1 1 2 3 2 4 5 6 3 7 8 9
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to display elements of Matrix by entering coordinates
I want to display elements of a matrix by entering coordinates in the command window Example: 1 0 0 0 1 0 0 0 1 ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I replace every element of a matrix with a special character to hide the element
I have a nxn matrix and want to hide the elements and replace them with a special character Example 1 2 3 4 5 6 7 ...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
I want to create a nxn matrix with all 0s and n randomly placed 1s
I want to create a nxn zero matrix with n randomly placed ones in the matrix Example 1st try 1 0 0 0 1 0 0 0 1 ...
casi 9 años hace | 1 respuesta | 0