photo

Rafael Perales


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
286,459
of 300,688

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,039

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,148

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


Inline function is not working properly
So I am trying to make a stem graph and the text book uses inline to create a function for discrete time function but I keep hav...

6 years ago | 1 answer | 0

1

answer

Question


I need help with a checker board pattern
I have a code that lets the user input the size of the squares, the dimension of the pattern, and the two colors. The problem I ...

9 years ago | 1 answer | 0

1

answer

Question


I need to take characters out of a string using isnan and str2double.
Basically I need to take out the numeric values out of a string using these functions. I keep trying but some of the characters ...

9 years ago | 2 answers | 0

2

answers

Question


Im trying to print a randomized vector with 20 columns for each row. How do I get to stop after it reaches the final value of the vector?
for s=1:65 rando=randi([0,9],1,65); fprintf('%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d \n', rando...

9 years ago | 2 answers | 0

2

answers