isamh
Followers: 0 Following: 0
Feeds
提问
some rows appears as text in excel when it should be numerical.
I calculated some data and imorted that to an xlsx sheet. for some odd reason, some rows show as text while others show as numer...
4 years 前 | 0 个回答 | 0
0
个回答提问
trying to pad smaller table to larger table
i have a csv file that table thats a (20 x 30,0000) and i calculated data thats (1 x 27) and need to add that to that csv file. ...
4 years 前 | 2 个回答 | 0
2
个回答提问
include calculated data into csv file
so, I created a code that does some calculaiotns for me, i have an .xlsx file with data and my code solves for some calcautions ...
4 years 前 | 1 个回答 | 0
1
个回答提问
trying to output mean values that were calculated into excel.
i have about 40 values that were calcualted but would only like to output 10 out of the 40. i calculated the mean, Standard devi...
4 years 前 | 1 个回答 | 0
1
个回答提问
trying to obtain data from a txt file but one column has negative values and ignores the - sign and leaves it as +
str = fileread('Wello.txt'); nums = cellfun(@str2double, regexp(str, '([\d.,]+)', 'match')); DATA = reshape(nums, 3, [])'; ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to get last numerical value from column A only?
I have a CSV, I want to get the first and last value from column A. I found the first value, which is: First = P(1); i cant se...
4 years 前 | 2 个回答 | 0
2
个回答提问
time align two files
I have two CSV files that are not equal sizes. for one of the files,I want to obtain all values for when column two is only equa...
4 years 前 | 1 个回答 | 0
1
个回答提问
prompt the user to select a csv file
I have two CSV files that I want the user to choose. I want to prompt the user to choose file or files needed. how would I do th...
4 years 前 | 1 个回答 | 0
1
个回答提问
have two columns that are the same size but one of them has NAN on the first and last row, how would i delete those rows for both columns
code is this: [rows, cols] = find(isnan(Fe)); Fe(:,unique(rows)) = []; WAT(:,unique(rows)) = []; error message is: Mat...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to plot a single column of values with a linear regression line through it
I have a column that I wann plot and have a regression line go through it, How would I do that? my code so far is: figure(1) ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Text file has headers that are 2X4 and are repeated randomly within the data.
txt file is: R E V D ms km/h km/h - 689427 0.0 0.00 0.0000 689527 0.0 0.00 0.0000 689627 0.0 0.00 0.0000 689727 0.0 0....
5 years 前 | 1 个回答 | 0
1
个回答已回答
how to extract data from an text file?
Hey Walter, I tried to ignore any text that appears within the TXT file but kept getting an error message. Code: result = []; ...
how to extract data from an text file?
Hey Walter, I tried to ignore any text that appears within the TXT file but kept getting an error message. Code: result = []; ...
5 years 前 | 0
提问
trying to calculate the central diff approximation
i tried multiple ways but none of them worked. kind of stuck and not sure what to do. what i'm trying to do is find current valu...
5 years 前 | 1 个回答 | 0
1
个回答已回答
how to extract data from an text file?
will try that out, thanks for everything Walter!
how to extract data from an text file?
will try that out, thanks for everything Walter!
5 years 前 | 0
已回答
Adi is set to 0 when i = 1
thanks for the response! when Vd = Vdi_1.*(Vdi_1 == 1); it returns a row of all zeros and Adi is all 10s.
Adi is set to 0 when i = 1
thanks for the response! when Vd = Vdi_1.*(Vdi_1 == 1); it returns a row of all zeros and Adi is all 10s.
5 years 前 | 0
提问
Adi is set to 0 when i = 1
Adi = (Vd+1 - Vdi-1)/(2*(.1)) i have a equation that's plus and minus 1 from values within a column. column is made up of numbe...
5 years 前 | 2 个回答 | 0
2
个回答提问
how to extract data from an text file?
I have two files, one in excel and one in a text file, how would i obtain column data from the text file even though i did it fr...
5 years 前 | 4 个回答 | 0
4
个回答提问
how to plot values that only fall within a range?
have an excel file where i am plotting the values that are around 113 KPH. there are thousands of rows for that specifc column a...
5 years 前 | 1 个回答 | 0