
Andrew Nolan
Java, Javascript, Go, MATLAB, SQL, HTML, CSS
Spoken Languages:
English
Professional Interests:
Software Development Tools, Web Apps, AI, Data Science, and Statistics, Software and Internet
Statistics
0 Problèmes
91 Solutions
RANG
N/A
of 273 351
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 18 453
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A résolu
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
plus de 2 ans il y a
A résolu
Area of square
Find the area of a square whose diagonal length is given as x.
plus de 2 ans il y a
A résolu
Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.
plus de 2 ans il y a
A résolu
Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]
plus de 2 ans il y a
A résolu
Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...
plus de 2 ans il y a
A résolu
Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...
plus de 2 ans il y a
A résolu
What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...
plus de 2 ans il y a
A résolu
Calculate square and cube of number
Calculate square and cube of number x
plus de 2 ans il y a
A résolu
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
plus de 2 ans il y a
A résolu
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
plus de 2 ans il y a
A résolu
Determine the length of a string of characters
Determine the length of a string of characters
plus de 2 ans il y a
A résolu
Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.
plus de 2 ans il y a
A résolu
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
plus de 2 ans il y a
A résolu
The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...
plus de 2 ans il y a
A résolu
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...
plus de 2 ans il y a
A résolu
Back to basics 17 - white space
Covering some basic topics I haven't seen elsewhere on Cody. Remove the trailing white spaces from the input variable
plus de 2 ans il y a
A résolu
Back to basics 5 - Clipboard
Covering some basic topics I haven't seen elsewhere on Cody. Copy the input string to the clipboard
plus de 2 ans il y a
A résolu
Back to basics 3 - Temp Directory
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the path to the system's current temp di...
plus de 2 ans il y a
A résolu
Back to basics 4 - Search Path
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the user's portion of the current search...
plus de 2 ans il y a
A résolu
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
plus de 2 ans il y a
A résolu
Area of a disk
Find the area of a disk or circle. x= radius of the disk.
plus de 2 ans il y a
A résolu
Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.
plus de 2 ans il y a
A résolu
Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.
plus de 2 ans il y a
A résolu
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...
plus de 2 ans il y a
A résolu
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
plus de 2 ans il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
plus de 2 ans il y a
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...
plus de 2 ans il y a