
Frederic Rudawski
MATLAB
Spoken Languages:
English
Statistics
RANK
N/A
of 262 890
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
15 751 of 17 994
REPUTATION
4
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
11
ALL TIME DOWNLOADS
27
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
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...
27 jours ago
Solved
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...
27 jours ago
Solved
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 you n...
27 jours ago
Submitted
LightingToolbox
The Lighting Toolbox contains numerous Matlab functions for lighting reseach calculations, plotting and colorimetry.
28 jours ago | 9 downloads |

Submitted
LUMOS
LUMOS is a spectral radiosity simulation tool that allows for spectral light distribution simulation in interiors.
3 mois ago | 2 downloads |

Solved
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 ...
5 mois ago
Solved
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...
5 mois ago
Solved
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:...
5 mois ago