Wendy Cameron
Followers: 0 Following: 0
Statistik
RANG
27.643
of 295.448
REPUTATION
1
BEITRÄGE
19 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
68.42%
ERHALTENE STIMMEN
1
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Extracting data from excel spreadsheet based on shared dates
I have two spreadsheets. One has the dates for a given plant phenological event. The other has the appropriate weather data for ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Convert single data to double
I have downloaded an nc weather data file and from this have downloaded the variables I need. The temperature variable has come...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortRecovering editor window scripts
Thanks for the response, but I did manage to find them just by searching for "matlab" in explorer and when I double clicked on t...
mehr als 4 Jahre vor | 0
Frage
Recovering editor window scripts
I had a problem with my 2017b licence and was told to uninstall and reinstall the latest version. When I reinstalled the 2020a ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Setting targets for ANN
The machine learning part of Matlab is quite new to me and I have looked at the examples given which seem to make sense. Howe...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting weather graphs so subsequent years are superimposed rather than sequential
I have many years of weather data to plot. At present the data is all in one long column. But I don't want the graph to be one...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summing parts of a column
I have 18 years of daily weather temperatures. I want to sum the temperatures for a specific part of the each year. How could I...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Averaging and summing parts of a column based on date
Greetings Matlab community I have some very large data sets and I am wanting to sum and average parts of a table column based o...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Change the format of an excel spreadsheet using matlab
I have numerous spreadsheets in the format of tab 2 attached, and I want to convert them to the format of the one in tab 1. Is t...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to combine table vertically
I have two large tables I want to combine. They both have exactly the same column headings but different row numbers (>300) and...
fast 6 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Predict y values from x values
If x=[0 1 2 3 4 5]; and y=[0 20 60 68 77 110]; To get a linear equation I can use coefficients=polyfit(x,y,1) which gives me ...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Machine learning to predict yield
I am wanting to use a combination of numeric and categorical data to predict numeric data using matlab/machine learning. I'm wo...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create a subtable from a larger table
Hi Everyone, I'm hoping this specific question might be useful too in other more general situations. I have some sample data...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Segmented regression or broken stick regression
An example of my data is as follows: xdata=[1150 1200 1263.3 1333.3 1429 1497.3 1567.8 1608.3 1643.5 1668.8]; ydata=[6.2 7.2 8...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fitting data with broekn stick regression
Hi. I have some grape ripening data (sugar versus heat degrees) and want to try and fit a broken stick regression to it, and ...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Help with if statements
If I have a number in one table column, how do I add a new column where the numbers in the second column depend on on the first ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get cumulative sum in yearly buckets
I have several years of data and temperature in one table. I want to calculate a cumulative temperature sum which I've done sim...
mehr als 6 Jahre vor | 4 Antworten | 0
4
AntwortenMerging two categorical columns using a rule
Yes that worked with the table I sent you as you describe. I get a 42 x 1 categorical - thank you very much. I'm now just trying...
mehr als 6 Jahre vor | 0
Merging two categorical columns using a rule
Hi, I have attached some sample data. Basically I have columns A and B but want to get column C. I couldn't quite get the me...
mehr als 6 Jahre vor | 0
Frage
Merging two categorical columns using a rule
Hi, I am wanting to merge/add 2 categorical columns but need to use a rule. For example a= [Flowering not not not], b=[no...
mehr als 6 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Matching dates in two different tables and inserting value in separate column in second table when dates match.
I want to match a date from one table column, with a date from a second table, and when the dates match, insert a value in a sep...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Repeating table calculations using pairs of columns
I have a table of data and need to do repeat calculations using two columns at a time. One of the columns is always the same (D...
mehr als 6 Jahre vor | 1 Antwort | 0