Community Profile

photo

Martin Rhode


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

All
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 4 años hace