photo

Manoj


Chalmers Tekniska Högskola

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

7 Preguntas
8 Respuestas

Cody

0 Problemas
4 Soluciones

CLASIFICACIÓN
3.274
of 300.744

REPUTACIÓN
18

CONTRIBUCIONES
7 Preguntas
8 Respuestas

ACEPTACIÓN DE RESPUESTAS
71.43%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.054

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
63.774
of 170.597

CONTRIBUCIONES
0 Problemas
4 Soluciones

PUNTUACIÓN
50

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
how to form loop to jump from one element of matrix to other element.
Does this do what you want ? N_temp_failure= [ 938 945 955 2002 2003 4565 4566 4567 ]; for ii=1:size(N_temp_failure,...

alrededor de 11 años hace | 0

Pregunta


Plotting points and lines
Hello I would like to plot these edges and figures as shown in these images. I am able to do it manually using gplot using t...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to count in arrays?
x=sum(pear>apple);

alrededor de 11 años hace | 0

| aceptada

Respondida
How to set multiple values at the same time from a vector?
This is one way I could think of , but maybe there is an easier way v=[1,2,3]; vv=num2cell(v); [a,b,c]=deal(vv{:});

alrededor de 11 años hace | 0

| aceptada

Respondida
How to use for Loop and if statement to construct a Pythagorean triple function?
You need to change pyth to Pyth.

alrededor de 11 años hace | 0

Respondida
help how can I find the minimum number and return it's index in each row?
a=[8,2,3,4,5]; [b,ix]=min(a); ix gives you the positions and b gives the minimum value

alrededor de 11 años hace | 0

| aceptada

Resuelto


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

alrededor de 11 años hace

Pregunta


Sorting to have continuous non negative values next to diagonal of square matrix
Hello I have a square matrices of different sizes. I want to reorder the rows of the matrix in such a way that I get the maxi...

alrededor de 11 años hace | 3 respuestas | 2

3

respuestas

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Resuelto


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

alrededor de 11 años hace

Respondida
Error: Inner Matrix dimensions must agree
Try using the dot operator for b and F as well b=c_2./(2*a); F=(r*mg*L.*cos(theta))./(b.*a.*sin(gamma+theta));

alrededor de 11 años hace | 0

| aceptada

Pregunta


Find if two numbers occurs in the same sequence
Hello I would like to know how to determine if numbers occur in the same sequence. [3 1 5 0 0 1 2 5 0 0 1 3 4 1...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
Producing different output files by entering an input array
temperature=(10:10:100); equation=zeros(size(temperature)); for i=1: length(temperature) equation(i)=temperat...

más de 11 años hace | 0

Respondida
In an assignment A(I) = B, the number of elements in B and I must be the same.
In x(10), you have assigned two values which is not possible. It can accept only one value. You are trying to assign two values ...

más de 11 años hace | 0

Pregunta


Optimization/ Error minimization to reach target
Hello I have a problem where in I calculate Ratio_final which is a column vector. I also have column vector Ratio_target whic...

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

0

respuestas

Pregunta


permutation without replacement matrix
I would like to find out the number of possibilities when drawing k balls from an urn with n balls: k=6; n=12 This is of the...

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

2

respuestas

Pregunta


Random Matrix to even matrix
I have a column matrix with numbers a=[0 1 2 3 4 5] and I want to get matrix b=[0 0 2 2 4 4] Basically all the numbe...

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

1

respuesta

Pregunta


building a matrix with conditions for rows and columns
I want to build a matrix in the following manner Enter number of switching elements – “k” Enter number of coupling edges- ...

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

0

respuestas