Community Profile

photo

Ayan Atal


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

más de 2 años hace

Pregunta


Error while using syms in MATLAB AppDesigner
I am not able to use syms in MATLAB AppDesigner. Though the code is correct.

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot curve instead of straight line in MATLAB?
How do i make the yellow line curve instead of st. Line

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to plot the PV and TS diagram of an Brayton Cycle. I only have Temperature and Pressure values.
i have Tmin,Tmax,t2,t4 & Pmin, Pmax. How do i find values of S (entropy) and V(volume). Also how to make a curve plot instead o...

casi 3 años hace | 2 respuestas | 0

2

respuestas

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

casi 3 años hace

Resuelto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

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

más de 4 años hace

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 4 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 4 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 4 años hace