Community Profile

photo

Vithusha T


Banasthali University

Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Post graduate student pursuing M.Sc. Bioinformatics

Statistiques

All
  • Thankful Level 2
  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Differentiation of matrices using diff
I need to differentiate alpha w.r.t time (da/dt) where alpha is a 19*1 matrix and time is 19*6 matrix and i tried using diff(a,t...

environ 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

environ 3 ans il y a

A résolu


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

environ 3 ans il y a

A résolu


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...

environ 3 ans il y a

A résolu


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...

environ 3 ans il y a

Question


Solving symbolic equation using solve
Hi, I am trying to minimize the value of phi here. I want the values of E for which phi becomes zero but the code is not provid...

environ 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


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 ...

plus de 3 ans il y a

A résolu


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:...

plus de 3 ans il y a