anshuman mishra
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
5.760
of 295.467
REPUTACIÓN
8
CONTRIBUCIONES
13 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
76.92%
VOTOS RECIBIDOS
4
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
MATLAB script in system verilog
I have coded an algorithm using MATLAB R2019 script and i want it to be called in an System verilog file i.e The output generat...
más de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
Not able to generate c++ code ?
ERROR LOG: The specified code generation target is configured to generate C++, but the C-only compiler, LCC, is the default c...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Output argument 'check_equal' is not assigned on some execution paths
This is the main function Main_algo.m x=7; y=7; check_equal_case(x,y) it is called from function: check_equal_case....
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix value comparision and manipulation
i have a matrix C= 21 14 7 0 18 11 4 3 15 8 1 6 12 5 2 9...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
NEED HELP ON MATRIX MANIPULATIONS
Consider a matrix A= 21 14 7 0 18 11 4 3 15 8 1 6 ...
casi 5 años hace | 1 respuesta | 0
1
respuestawhat pc for student desktop use
Yes you can disable the installed apps which you dont want. If possible when running MATLAB try minimal use of background progr...
casi 5 años hace | 0
| aceptada
Pregunta
Matrix element comparision ?
i have a matrix: 3 0 1 2 1 4 i can find the smallest element in 1st column i.e. 1 & 0 in the second column. I need to...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Help on understanding the following matlab code ?
xt= 15 10 5 0 11 6 1 4 7 2 3 8 ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab to C code conversion issue
function final_seq=myapp(x,y,a,b,i,j,z,k,p,m,new,xt,J,ix,X1,final_seq) x=input(' Enter fast clock ratio '); %fast clock y=inpu...
más de 5 años hace | 2 respuestas | 3
2
respuestasPregunta
Create an excel sheet from data stored in variable used in a for loop
given loop: input value = c for m=0:1:c-1 if( some condition ) //some operation; j=1; else j=0; ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How add to 1 to the 1st element of array?
given array A=[ 0 1 1 0 1 1] my required output: A= [ 1 1 1 0 1 1] it should remove the 1st element in initial array and...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
generate a sequence from matrix
given matrix: new =[ 35 28 21 14 7 0 30 23 16 9 2 5 25 18 11 4 ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to insert 1 in place of inf in a given array
given array : Inf 4 2 2 4 Inf i want my final output satisfy two conditions: 1. insert value 1 wherever Inf...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix implementation for dynamic time warp algorithm
i need to create a d matrix for dynamic time warp algorithm.The matrix size is 3*3.basically what i need is a matrix like this ...
más de 5 años hace | 0 respuestas | 0