A résolu


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

plus de 4 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 4 ans il y a

A résolu


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

plus de 4 ans il y a

A résolu


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

plus de 4 ans il y a

A résolu


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

plus de 4 ans il y a

A répondu
Solving laser Rate Equation using ode 45
Try using the following documentation: https://es.mathworks.com/help/matlab/ref/ode45.html#bu3ugj4 Could you print where you d...

presque 5 ans il y a | 0

| A accepté

A répondu
Split 3D Mesh with plane Cut
Hello Paulus, I would try to work only in 2D: projecting the plane to a line in the XY plane. Also, project the points on the X...

presque 5 ans il y a | 0

| A accepté

A répondu
How to read data from text file into class?
Hello, try using uiimport (in command window). It will help you to select the data you want and save it. Also, you could genera...

presque 5 ans il y a | 0

A répondu
How to store variables in Matlab GUI
First add yearid and sid to the properties (Code Browser --> Properties), then these propierties form part of the app struct. O...

presque 5 ans il y a | 0

| A accepté