![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16423932_1569911355036_DEF.jpg)
Ayan Atal
Followers: 0 Following: 0
Statistik
RANG
100.107
of 297.016
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...
mehr als 3 Jahre vor
Frage
Error while using syms in MATLAB AppDesigner
I am not able to use syms in MATLAB AppDesigner. Though the code is correct.
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot curve instead of straight line in MATLAB?
How do i make the yellow line curve instead of st. Line
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenGelöst
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...
mehr als 3 Jahre vor
Gelöst
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
mehr als 3 Jahre vor
Gelöst
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...
etwa 5 Jahre vor
Gelöst
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...
etwa 5 Jahre vor
Gelöst
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...
etwa 5 Jahre vor
Gelöst
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:...
etwa 5 Jahre vor