alejandro paradiso
Followers: 0 Following: 0
Statistics
RANK
215,718
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
app designer - dropdownmenu - plot values
Good Morning to all, before this quesiton, i've read & search a lot, but i never found a straight answer. background: since ...
1 year ago | 1 answer | 0
1
answerQuestion
For loop index using not-number variables
good morning, i was wondering if it possible to create a for loop using names instead number. i have a list of all states in ...
1 year ago | 0 answers | 0
0
answersQuestion
How to have legend coloured according to data
Good Morning to all, I've created a scatter plot with week days on the x and counter on the y axis. now i've get the graph wit...
2 years ago | 1 answer | 0
1
answerQuestion
Extract data in a table following a a range of date (years)
Good day to all, I have a thre column table, after some manipulation I get the years from dd/mm/yyyy to only yyyy. Now I have ...
2 years ago | 2 answers | 0
2
answersQuestion
Remove text after a symbol
Good day to everyone, i'm stuck with separate/erase some words from a sentence. I'm filtering some data from a table and I do...
2 years ago | 1 answer | 0
1
answerSolved
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
2 years 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 ...
2 years ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
2 years ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
2 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 years ago