photo

Cesar Ramirez


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
234,526
of 300,654

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 21,038

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,983

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Use matrix as a function
Hi, I want to use a matrix as a function , something like this m = [2 0 1; 4 3 5; 1 0 2; 3 1 10]; f = @(x,y,z) norm( Where ...

6 years ago | 0 answers | 0

0

answers

Question


Random Number from -1 to 1
Hi. I want to know how to generate a random number from -1 to 1

6 years ago | 1 answer | 0

1

answer

Question


Matrix dimension must agree
Hi , I get error when trying to make xh = xp + r. xl = [-5,-5] ; xu = [5,5] ; D = 2 ; g =1000; xp = xl+(xu-xl).*rand(0,1) ...

7 years ago | 1 answer | 0

1

answer

Question


Error using rand Size inputs must be scalar.
Hi, I am trying to use rand , but Im getting erros Size inputs must be scalar. I am almost new at matlab and was wonder how to...

7 years ago | 1 answer | 0

1

answer

Question


Plotting multiple times in a function
Hi , I amd new using matlab and I would want to know how can I plot every generation of child ( xh) and see how has improve each...

7 years ago | 0 answers | 0

0

answers

Question


Insert two elements in a multidimensional array
Hi, I want to insert two elements (h1,h2) into my multi array called xh after its initialized all with zeros. N = 50; xh = z...

7 years ago | 1 answer | 0

1

answer

Question


Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Hi, Im getting error in (line 16) x(i,i) = xl+(xu - xl).*rand(2,1); Im new in matlab, and I cant solve that error in rand N =...

7 years ago | 1 answer | 0

1

answer