photo

Rodrigo Sánchez Suárez


Last seen: 10 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
3 Solutions

ThingSpeak

1 Public Channel

RANK
75.146
of 300.352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
77.803
of 168.212

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


Problem evaluating OR operator
I have what should be a simple problem, but after being stuck for a while, I dont know how to solve it. Answer = '1'; if Ans...

bijna 3 jaar ago | 1 answer | 0

1

answer

Channel


Climate Monitoring

meer dan 3 jaar ago

Solved


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

meer dan 4 jaar ago

Solved


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

meer dan 4 jaar ago

Solved


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

meer dan 4 jaar ago

Question


Obtaining the name of a image when clicked GUI
I have a bunch of images with a callback function assigned to them. Is it possibe to determine which image was clicked (the name...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Problems with creating a dynamic struct with num2str
for i = 1:9 M.[num2str(i)] = zeros(3,3); end This gives me error, I have never really understood the syntaxis of num2str ...

bijna 5 jaar ago | 1 answer | 0

1

answer