
MATLAB
Spoken Languages:
English
Statistics
0 Preguntas
5 Respuestas
2 Archivos
Cody0 Problemas
9 Soluciones
CLASIFICACIÓN
186.301
of 273.032
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
9.151 of 18.442
REPUTACIÓN
68
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
11
ALL TIME DESCARGAS
531
CLASIFICACIÓN
31.261
of 122.450
CONTRIBUCIONES
0 Problemas
9 Soluciones
PUNTUACIÓN
100
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
1 Público Canal
EVALUACIÓN MEDIA
50
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
How to find a extact point on the graph without coding?
After plotting of Graph, You can use Data Tip point tool find in tool or help section.
alrededor de 1 año hace | 0
Enviada
Bisection Method
The bisection method is an approximation method to find the roots of the given equation by repeatedly dividing the interval.
alrededor de 1 año hace | 5 descargas |

What is the best program for labeling(Bounding box) the pedestrian in Matlab?
Open MATLAB go to the APP menu Scroll down to the Image processing and computer vision section, there you find Image Labeler.
más de 1 año hace | 0
Combine a video with animations of three subplots
Try this code below data = readtable('pva.csv'); inputVid=VideoReader('VJ.mov'); mergedobj = VideoWriter('compositevid','Moti...
más de 1 año hace | 0
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...
más de 2 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...
más de 2 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...
más de 2 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:...
más de 2 años hace
Context Menu in AppDesigner
you can add Component by simply drag and drop. Click Here for more Information.
más de 2 años hace | 0
Enviada
Covid-19 Detector
This app detect the virus using ML technique !
más de 2 años hace | 6 descargas |
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 4 años hace
Resuelto
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
casi 4 años 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 ...
casi 4 años hace