Community Profile

photo

Blaise Konzel


Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Promoter
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

ongeveer 11 uur ago

Solved


calculate the length of matrix
input 1 array, calculate the length

ongeveer 11 uur ago

Solved


Converts numbers into characters
Converts numbers into characters

ongeveer 11 uur ago

Solved


Find the max element of the array
Find the max element of the array

ongeveer 11 uur ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

ongeveer 11 uur ago

Solved


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

1 dag ago

Solved


Return area of square
Side of square=input=a Area=output=b

1 dag ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

1 dag ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

2 dagen ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

2 dagen ago

Solved


Find max
Find the maximum value of a given vector or matrix.

2 dagen ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2 dagen ago

Solved


to the 2 all elements
to the 2 all elements

2 dagen ago

Solved


Double all elements in the array
Duplicate all elements in the array

2 dagen ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

2 dagen ago

Solved


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

ongeveer een maand ago

Solved


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

ongeveer een maand ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

ongeveer een maand ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

ongeveer een maand 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 ...

ongeveer een maand ago

Solved


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

ongeveer een maand ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

ongeveer een maand 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:...

ongeveer een maand ago

Answered
Suggestions about GUI development
Saving past data and repopulating it everytime you open the GUI is relatively simple. I am not so sure that I understand what yo...

bijna 5 jaar ago | 0

| accepted

Question


GUI character checking edit text box
When I use the get function to get a value from my edit text box I use get(hfig_home.txt_unit_weight, 'string') where hfig.home ...

bijna 5 jaar ago | 0 answers | 0

0

answers