Risposto
Simple question regarding "distance" function
from that link, it looks like the distance function is part of a toolbox. in my 2019b, distance is available from several toolb...

oltre 5 anni fa | 0

Domanda


simulink sensitivity analysis stops using multiple cpus, not running parallel jobs correctly
i'm running a simulink model with the sensitiity analysis tools in R2019b via gui. running ubuntu 18.04 on a 24cpu workstation...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Risposto
Set a new colormap
It should be as easy as calling something like cmap = cmocean('thermal'); % or 'deep', or whichever colormap from the collecti...

quasi 6 anni fa | 1

| accettato

Risolto


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

quasi 6 anni fa

Risolto


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

quasi 6 anni fa

Risolto


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

quasi 6 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

quasi 6 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

quasi 6 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 6 anni fa

Risposto
Simulink does not support loading the input data in file
It seems like there is also a problem with broadcasting between column and row vectors even after saving -v7.3 and converting to...

quasi 6 anni fa | 0

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

circa 6 anni fa