Hardik
Followers: 0 Following: 1
C++, MATLAB, Visual Basic
Spoken Languages:
English, Hindi
Pronouns:
He/him
Estadística
0 Preguntas
2 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
227.627
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
45.603
of 153.872
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
72
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
Valid Chess Moves
Using standard Algebraic notation ('' for a pawn), given previous move and a next move, output true if it is a valid move or fal...
5 meses hace
Resuelto
Count the peaceful queens
In a 5x5 chessboard with a queen of one color (white, say) on the perimeter, one can place 12 black queens on the board such tha...
5 meses 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 ...
7 meses hace
How can I rotate a UIlabel in appdesigner?
there is no any rotation property for UILabel but you can do this lbl=uilabel(app.GridLayout4); lbl.Layout.Row=9; lbl.Layout....
9 meses hace | 0
Rotate Label on App Designer
there is no any rotation proprty but you can split text and put it into label so it will look like vertical. lbl=uilabel(app....
9 meses hace | 0
Resuelto
An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged] For example if input x=[2 ,4 , 9 ,2 ,...
alrededor de 1 año hace
Resuelto
Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...
alrededor de 1 año 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 1 año hace