Community Profile

photo

Martin Rhode


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Is it possible to generate dynamic text in Matlab Live Script notebooks?
Is there a way to generate Text that includes dynamic variables? I would like to use this to customize teaching assignments to ...

1 year ago | 2 answers | 0

2

answers

Question


To make a course using MATLAB GRADER, is it possible to import and reuse problems from CODY?
I am teaching a MATLAB class and would like to create practice exercises for my students using https://grader.mathworks.com How...

2 years ago | 1 answer | 0

1

answer

Solved


Complex number
For complex number c=a+bi, write code that will add a and b together.

3 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years 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:...

3 years ago

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

3 years ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

4 years ago