Feeds
질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 3 | 0
3
답변질문
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년 전 | 답변 수: 1 | 0