Solved


Draw a '6' in a zero matrix!

5 years ago

Solved


Draw a '9' in a zero matrix!

5 years ago

Solved


Draw a '7' in a zero matrix!

5 years ago

Solved


Draw a '8' in a zero matrix!

5 years ago

Solved


Draw a '3' in a zero matrix!

5 years ago

Solved


Draw a '2' in a zero matrix!

5 years ago

Solved


Draw a '5' in a zero matrix!

5 years ago

Answered
How do I find which element of the matrix was used for this equation?
Hi, just call max with two output arguments Please let me know if rowWithMaximumDifference below is what you want Best wishes...

5 years ago | 1

| accepted

Answered
Nested for loop vectorization
% Hi, in your code p is not defined. I assume it is a scalar % If you want to avoid the loop the answer is % Mat=exp(-theta*...

5 years ago | 0

| accepted

Answered
Import arrays in a matrix
% Please let me know if the code below is what you are looking for a=[1;2;3;4;5]; b=[6;7;8]; c=[9;10;11;12;13;14]; maxLeng...

5 years ago | 0

Question


Set default documentation location programmatically in R2021A
Starting in R2021a, when you run MATLAB with an internet connection, the Help browser displays the web documentation by default....

5 years ago | 1 answer | 0

1

answer

Solved


Draw a '1' in a zero matrix!

5 years ago

Solved


Is the paranthesis sequence balanced ?
Quantum mechanics and computer science are interested in <http://en.wikipedia.org/wiki/Bra%E2%80%93ket_notation bra-kets>. Today...

5 years ago

Solved


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

5 years ago

Solved


Join Strings with Multiple Different Delimiters
The idea is to form the string S by interleaving the elements of a cell array of strings DELIMITER and another cell array of st...

5 years ago

Solved


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

5 years ago

Answered
Eigenvalues (eig) and singular values (svd)
Hello Gabri, the answer in short is: "the difference is due to numerical errors". For example in the normal case % Normal cas...

5 years ago | 0

| accepted

Solved


Eliminate Polysyllabics: Long live short words!
Given a string s1, return s2 in which all the words with more than one syllable have been removed. To make things simple, we ...

5 years ago

Solved


Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...

5 years ago

Solved


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

5 years ago

Solved


Power Times (of the day)
Many times throughout the day can represent mathematical equations. In this problem, we focus on times that represent powers. Fo...

5 years ago

Solved


Matrix Pattern 6

5 years ago

Solved


Matrix Pattern 5

5 years ago

Solved


Matrix Pattern 9

5 years ago

Solved


Matrix Pattern 10

5 years ago

Solved


Matrix Pattern 8

5 years ago

Solved


Matrix Pattern 7

5 years ago

Solved


Matrix Pattern 4

5 years ago

Solved


Matrix Pattern 3

5 years ago

Solved


Matrix Pattern 2

5 years ago

Load more