What percentage?
Calculate the output c as the percentage of a on b for given a and b.
4ヶ月 前
解決済み
Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...
MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string.
For example
A='harsa';
b='harish'; result '1'
...
4ヶ月 前
解決済み
Usage of varargout
This Challenge is to demonstrate usage of varargout.
Output a cell array using varargout of magic squares of size 1 thru n.
...
4ヶ月 前
解決済み
Back to basics 10 - Max Float
Covering some basic topics I haven't seen elsewhere on Cody.
Return the largest positive floating-point number MATLAB can han...
Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody.
Given an input variable 'x', save it to disk in a file named 'co...
4ヶ月 前
解決済み
Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation.
Note: the number 4 has no circ...
GJam: 2013 China Event: Cannon Angle
This Challenge is derived from <http://code.google.com/codejam/contest/2933486/dashboard#s=p1 GJam 2013 China Captain Hammer>. T...
4ヶ月 前
解決済み
SatCom #7: Thermal Noise in a Receiver
Satellite and Space Engineering - Problem #7
This is part of a series of problems looking at topics in satellite and space comm...
4ヶ月 前
解決済み
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns.
E...