photo

Agent Cooper


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

11 Preguntas
1 Respuesta

Cody

0 Problemas
43 Soluciones

CLASIFICACIÓN
118.205
of 300.847

REPUTACIÓN
0

CONTRIBUCIONES
11 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
81.82%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.094

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
14.195
of 171.279

CONTRIBUCIONES
0 Problemas
43 Soluciones

PUNTUACIÓN
410

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Respondida
FOR loop with IF condition alternative
Thank you very much, Hikaru and Amir. Both answers were of great use.

más de 11 años hace | 0

Pregunta


FOR loop with IF condition alternative
I have the following code I = [1:1:10; 10:10:100]' a = size(I) limit1 = 1 limit2 = 3 limit3 = 7 ...

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

3

respuestas

Pregunta


Save paired values from a FOR loop
I have the following FOR loop I = imread('image.png') for i = 2:1:5 init = ones(i) ...

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

1

respuesta

Pregunta


Save FOR loop values in a matrix or a vector
I have the following function with two FOR loops: function Y = rot_mat(X) n = sqrt(numel(X)) for x ...

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

1

respuesta

Pregunta


Multiple vector output in a function
I am trying to define a function that returns two vectors. function [X, Y] = element_select(A,B,astart,astep,bstart,bst...

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

1

respuesta

Pregunta


Get rid of an unwanted zero element in an IF loop
I'm trying to create a function that returns only the elements in a vector which repeats exactly three times using the following...

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

1

respuesta

Pregunta


How to extract all the values from a while loop into a vector
I have the following function function c = nice(n) c = n while c ~= 1 if rem(c,2) == 0 c = ...

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

2

respuestas

Pregunta


Matrix from a for FOR loop with IF conditioning
I have the following problem: A = [1 2 3; 4 5 6; 7 8 9] for i = 1:n if rem(i,2)== 0 x =...

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

3

respuestas

Pregunta


vec2mat function unrecognized by Cody
Hello, I tried to solve the "Create times-tables" problem in Matlab Cody and it appears that the vec2mat function is not reco...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Save FOR loop data into a vector
Dear all, I am trying to save the data that I get from a FOR loop into a vector. Here is my example: X = [ -5 1 -2 9 ...

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to evaluate the x value corresponding to an y value from a plotted y(x)?
I am trying to evaluate the x value corresponding to an y value, after plotting y(x). How can I do that for any kind of values? ...

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

1

respuesta

Pregunta


How to evaluate multiple definite integrals using the integral(F,min,max) function?
I am trying to evaluate the integral of a function F using the integral(F,min,max) Matlab built-in function. The problem is that...

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

1

respuesta