photo

ztjona


Laboratorio de Inteligencia y Visión Artificial

Last seen: 28 Tage vor Aktiv seit 2017

Followers: 0   Following: 0

Nachricht

Programming Languages:
Python, C++, MATLAB, Arduino
Spoken Languages:
English, Spanish

Statistik

All
MATLAB Answers

4 Fragen
0 Antworten

Cody

0 Probleme
23 Lösungen

RANG
40.188
of 300.851

REPUTATION
1

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 21.094

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
20.723
of 171.294

BEITRÄGE
0 Probleme
23 Lösungen

PUNKTESTAND
260

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Solver
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Something like pipreqs in matlab
I want to distribute code in matlab, I am want to list the dependencies. However, I am not sure which toolbox are or are not be...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

etwa 3 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

etwa 3 Jahre vor

Gelöst


Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Draw a '1' in a zero matrix!

mehr als 3 Jahre vor

Gelöst


Create an arrow matrix
An arrow matrix is a square matrix that contains ones on the diagonal, the last column, and last row. ...

mehr als 3 Jahre vor

Gelöst


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

mehr als 3 Jahre vor

Gelöst


Dog Statistics
The vectors ht and wt contains the heights and weights of 20 golden retrievers. In some cases, it was not possible to make both ...

mehr als 3 Jahre vor

Gelöst


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

mehr als 3 Jahre vor

Gelöst


Simpson's Paradox - Calculate correlation coefficients for groups of data
Simpson's Paradox is a statistical phenomenon where groups of data can have a characteristic while the whole data set together h...

mehr als 3 Jahre vor

Gelöst


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

mehr als 3 Jahre vor

Gelöst


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

mehr als 3 Jahre vor

Gelöst


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

mehr als 3 Jahre vor

Gelöst


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Frage


How to set "dbstop if error" only to stop in my code
I use: dbstop if error often, to debug on any kind of error in my code. The problem is that, when an error, it jumps to a ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create a serial object using web app server?
I have deployed an app using the App Designer in Matlab and compiled it as a web app. This app can conect with a device through...

fast 7 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


My character encoding changes when I call a function from a guide
I am running a command that displays a message box from a user interface GUIDE. The problem is that when I run it from the com...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten