photo

Sebastian Ciuban


Delft University of Technology

Last seen: más de 3 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: Geodesy, Navigation, Surveying, GNSS

Estadística

All
MATLAB Answers

28 Preguntas
0 Respuestas

Cody

0 Problemas
34 Soluciones

CLASIFICACIÓN
31.210
of 300.369

REPUTACIÓN
1

CONTRIBUCIONES
28 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
92.86%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
14.752
of 168.436

CONTRIBUCIONES
0 Problemas
34 Soluciones

PUNTUACIÓN
370

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 4
  • Commenter
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Equations of 3 curves
Greetings, I would like to ask if someone (with more mathematical intuition than me) is willing to have a look on the attache...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to create a continuous cosine from different ''slices''
Greetings, I am trying to obtain a plot where I would like to represent a cosine function made from different time vectors. H...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Change elevation numbering on a polar plot
Greetings guys, I want to change the elevation numbering on a polar plot. In a normal plot, the counting will go in an ascend...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Linking multiple GUI's when moving the Main GUI
Lately, I've asked a lot of questions regarding GUI's in matlab. And on this way I want to thank the people who answered them. I...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Getting the default value from checkbox in multile GUI's
Hello guys, I have a problem in "passing" the default value of a checbox between 2 GUI's. I will upload the image for an easi...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Placing 2 related GUI's
Hello there, Is there any way to position a GUI having as reference another GUI in Matlab?. For example If I'm making a m...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Integration of constants - having 1 variable
Hi guys, I want to implement this integral in Matlab and I have some dificulties <</matlabcentral/answers/uploaded_files/2616...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Weighted least squares (WLS) for linear system of equation
Hello there, I have a issue in building the Weighted Matrix for my next system of equations: 2x+y=2 -x+3y=1 x+2y=3 ...

casi 11 años hace | 2 respuestas | 1

2

respuestas

Resuelto


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

casi 11 años hace

Resuelto


inner product of two vectors
inner product of two vectors

casi 11 años hace

Resuelto


radius of a spherical planet
you just measured its surface area, that is the input.

casi 11 años hace

Resuelto


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

casi 11 años hace

Resuelto


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

casi 11 años hace

Resuelto


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

casi 11 años hace

Resuelto


Linear system solve
Solve a linear set of equations as described in the following link: http://www.people.virginia.edu/~teh1m/cody/linsolv1.pdf

casi 11 años hace

Resuelto


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

casi 11 años hace

Resuelto


Append two matrix as shown below example
Append two matrix as shown below example A=[1 2; 3 4] and B=[5 6;7 8] Answer must be 1 2 5 6 3...

casi 11 años hace

Resuelto


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

casi 11 años hace

Resuelto


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

casi 11 años hace

Resuelto


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

casi 11 años hace

Resuelto


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

casi 11 años hace

Resuelto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

casi 11 años hace

Resuelto


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

casi 11 años hace

Resuelto


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

casi 11 años hace

Resuelto


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

casi 11 años hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

casi 11 años hace

Resuelto


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

casi 11 años hace

Resuelto


Replace May with April
For instance, if the input is input_str = 'The flowers may bloom in April'; then the output is output_str = 'The flo...

casi 11 años hace

Resuelto


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

casi 11 años hace

Resuelto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

casi 11 años hace

Cargar más