Statistics
13 Questions
0 Answers
RANK
266,257
of 295,448
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
38.46%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Transformation of variables in regression
Hi everybody, I have a question on multiple linear regression. I'd like to check several transformations of my independent vari...
8 years ago | 1 answer | 0
1
answerQuestion
Sum of nonzero vector elements
Hallo everybody! i have a vector with zeros and nonzero-entries. Now i would like to make the sum of the nonzero-elements bet...
8 years ago | 2 answers | 0
2
answersQuestion
Add zero to make length divisible by 3
Hallo, i have vector that i want to reshape into a matrix. Therefor i firstly need to prove if the length is divisible by 3. ...
8 years ago | 1 answer | 0
1
answerQuestion
Fill vector with missing values
Hello, i have vectors that represent the day-,month and year values.As you can see in the example below, the day an month vect...
8 years ago | 1 answer | 0
1
answerQuestion
Add 0 at end of double
Hello, I have a vector of double values, that resulted from str2double. S= 25521 45674 45618 29466 3346 36024 5082 472...
8 years ago | 2 answers | 0
2
answersQuestion
read large csv File and export specific Values
Hello, I want to read a large csv-File with mixed Datatype and then Export specific values.I uploaded the csv i need to impo...
8 years ago | 1 answer | 0
1
answerQuestion
using img2xlsx: 3 images in a row
hi everyone! i am using the function img2xlsx to export images (jpg) to excel. it works fine, but the problem is that i have a l...
8 years ago | 1 answer | 0
1
answerQuestion
Open and process files in subfolders
Hi everyone! i wrote a script to process a lot of files within a folder. Now, this folder is just a subfolder in the Input-folde...
8 years ago | 1 answer | 0
1
answerQuestion
Subscript indices must either be real positive integers or logicals.
Hi, I want to make the sum in a 20x12 matrix,that consists of doubles. Some entries are zero and some not. I get the following e...
8 years ago | 1 answer | 0
1
answerQuestion
Sum in Matrix with condition
Hi! I have the following issue: I have a big matrix, for example 1000x12. The values in one row are 5-min-precipitation-measure...
8 years ago | 0 answers | 0
0
answersQuestion
Using variable value to name a folder
hi, i have a variable called Name in workspace and would like to save a table to csv using the Name value. Example: Name=4205...
8 years ago | 1 answer | 0
1
answerQuestion
Date and Hour Vector extraction
Hi everybody! I have a vector of doubles representing date and hour. Example DateTime=[207199500 207199501 207199502 20...
8 years ago | 1 answer | 0
1
answerQuestion
How can i make the sum of matrix elements>0 under the condition that there are min 3 zeros between the sums?
I hava a matrix: a=[2 3 0 0 4; 0 0 0 0 0; 0 5 3 0 4; 14 4 0 1 1; 0 0 0 0 0; 0 0 0 7 9; 0 0 0 0 0; 0 0 0 0 0; 9 6 0 0 1...
8 years ago | 1 answer | 0