photo

Agent Cooper


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

11 Questions
1 Réponse

Cody

0 Problèmes
43 Solutions

RANG
160 827
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
81.82%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
13 600
of 168 262

CONTRIBUTIONS
0 Problèmes
43 Solutions

SCORE
410

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
FOR loop with IF condition alternative
Thank you very much, Hikaru and Amir. Both answers were of great use.

environ 11 ans il y a | 0

Question


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

environ 11 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 11 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse