
Can Atalay
Statistics
RANK
2 993
of 257 850
REPUTATION
12
CONTRIBUTIONS
3 Questions
6 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
2
RANK
of 17 770
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
Content Feed
colon operator bug?
My bad, turns out I changed a for loop index inside that for loop and appended the index it to an array, and the index turned ou...
environ 2 mois ago | 0
| accepted
Question
colon operator bug?
Is creating an array by saying; x = 1:5; not robust? Because x(3) returned something like 3.0001221 And I got an Array in...
environ 2 mois ago | 2 answers | 0
2
answersSolved
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:...
7 mois ago
how to find the first date of each month between years?
years = transpose(2000:2008); months = transpose(1:12); [row1,col1] = size(years); [row2,col2] = size(months); ...
7 mois ago | 0
Save Struct to Excel file
Since you said you were new I'm assuming you couldn't extract the tables before writing to an excel file. For instance you could...
7 mois ago | 0
Question
Faster ways to deal with bigger data (1 to 10 TB ish)
There are some thousands of large .csv files (each is 8 GB max.) that I absolutely have to read top to bottom to do basic operat...
7 mois ago | 0 answers | 0
0
answershow can I convert units to SI Units
Say you have the values; matrix_of_interest = [986 120 0; 981 -60 0; 984 -60 0] You need to multiply grams with 1/1000 to ge...
7 mois ago | 0
Write function that returns true if (inputmatrix > 0)
The (i,i) part of the problem is probably a typo, can you ask for clarafication and report back? I don't see how that would be u...
7 mois ago | 1
| accepted
How to create this matrix not using loops and if/else statements?
number_of_columns = 5; number_of_rows = 10; % you can change this to N first_column = zeros(nu...
7 mois ago | 1
| accepted
Question
Why does the unique() function give an unexpected extra output here?
I'm trying to find the unique elements inside a string array (attached, "datestrings_of_problem_times.mat"). When I run this (...
7 mois ago | 1 answer | 0