Statistics
7 Questions
0 Answers
RANK
168,017
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Loading multiple files into the same database
Hi! I have the folowing function: function loaddatabase(Name_File,Namedb) id = fopen(Name_File, 'r'); create = 'cr...
12 years ago | 2 answers | 0
2
answersQuestion
Save a .txt file
Hey, I need help on the following: I have a .txt file with many URLs where each line is a diferent URL. Each URL contains onl...
12 years ago | 1 answer | 0
1
answerQuestion
How to change the color of a title?
Im using the title(STRING) function to insert a title in the graph I made with the plot funcion. But I need the string to have a...
12 years ago | 2 answers | 0
2
answersQuestion
Coloring the lines in a a graph
I have a graph with 18 horizontal lines, I need to first 6 lines to be colored magenta, the following 6 to be cyan and the last ...
12 years ago | 1 answer | 0
1
answerQuestion
Replacing zeros in a matrix with an interpolation
I have a matrix, on which the values become larger as columns go, but some values in that matrix are zero. E.g. [1,1,1;2,0,2...
12 years ago | 1 answer | 0
1
answerQuestion
Number of zeros in a matrix
I need to create a function where I have a matrix and the function returns the number of zeros in that matrix. I need to do this...
12 years ago | 3 answers | 0
3
answersQuestion
Subtract values in a matrix
Hi there! I need really need some help on this, I have a matrix which has "l" lines and "c" columns. I want to subtract each...
12 years ago | 1 answer | 0