![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11836858_1534921320459_DEF.jpg)
Tipu Sultan
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
235.766
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
46.000
of 157.725
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
73
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
Pregunta
Matlab online does not save my work.
I am using matlab online it does not save my work. So I am not getting intended results. What should i do , becuase refreshing ...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
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 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...
más 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...
más 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:...
más de 3 años hace
Pregunta
How can I pass output of a function in another function
I have 2 function and one script. The script basically calls 'BallDetection' function and stores the output in 3 matrices as Zv...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I input more than one value in function
My function is as follows: function [R,A] = MyEKFFun(theta1,theta2,theta3,r1,r2,r3,t1,t2,t3,T) %% Function to implement Exte...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to implement an algorithm
Hello everyone! I want to implement an algorithm as follows: corresponding equation are as follows: where x is: ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Function Return only one value
My Code is as follows: function [X,Y] = MyEKFFun(theta1,theta2,theta3,r1,r2,r3,t1,t2,t3,T) S = [100 0 0 0 0 0; 0 100 ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Implement following matrix using for loop
I want implement the following matrix and expression: %Big_lambda where theta,r,t are 1*3 matrix and a,b,p,q are 1*1 matri...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Implement the following matrix
I want implement a matrix which as follows: where i is a subscript in my it will be a for loop which execute i=1:3 and theta,...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store values matrix in cell
Hello, I have an array as follows: t= [ 1 2 3 ]; A matrix as follows: M = [t^2 t 1 0 0 0; 0 0 0 t^2 t 1]; Now I ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add values from vertcat to a script
I have script which calls a function and the return values of the function are stored in this way: M = vertcat(C{:}); C is 1*9...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store individual return value of a function
I want to store individeual return values to a variable The code is as follows: function tri=imageReadFromFolder() something!...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how do i find circular object
I want to find circular object from different images. The image is attched below:
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find a circular object
I want detect the red ball in the image.I used a code to do so but it detected other object in the backgrond too with the ball. ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how do I detect object from a set of images
I am trying to detect an object from an image.My code is as follows: function tri=ball_detection() % A= imread('greyscale.jpg'...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I run a function in for loop
I am currently working on a project under which I have to capture a image then process the imge to obtain some data the whole co...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaResuelto
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 ...
alrededor de 6 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 6 años hace
Pregunta
Implement a particular equation
Hello everyone , I am trying to use matlab where I have to implement a equation which is mentioned below; I tried to implement ...
alrededor de 6 años hace | 0 respuestas | 0