vishweshwar samba
Followers: 0 Following: 0
Estadística
0 Preguntas
5 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
5.632
of 295.467
REPUTACIÓN
8
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
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
56.024
of 153.912
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
51
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
Unable to resolve the name out.tout
Hi I have tried to reproduce your model. Please check the attached files.
más de 2 años hace | 0
How to extract frames from a vedio file in avi format?
Try this frameNo = 10; videoReader = VideoReader('k.avi'); for i = 1:frameNo frame = readFrame(videoReader); % read th...
más de 2 años hace | 0
| aceptada
How to find the length of intersection of rows of a matrix?
Created all posssible row combinations found the overlaping and placed them in the table to compare A = [ 1 1 1 ...
más de 2 años hace | 0
How to use xline?
Try this x = [1,2,3,4,5]; % x interval % load signal instead of data below z = linspace(0,6,100); y = exp(z); plot(z,y)...
más de 2 años hace | 0
how to multiply a number to matrix?
I assume that the matrix 180X360X1332 (Latitude X Longitude X Time) is a multidimentional array and you want to multiply a value...
más de 2 años hace | 0
| aceptada
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
alrededor de 3 años hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
alrededor de 3 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
alrededor de 3 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 3 años hace