Statistik
19 Fragen
0 Antworten
RANG
161.273
of 300.343
REPUTATION
0
BEITRÄGE
19 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
73.68%
ERHALTENE STIMMEN
0
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
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
Double interpolation using lookup tables in matlab
hi, i want to create a code that interpolates 2 dimensional data using the method shown in the attached pictures. To clarify, th...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
populating a structure array
Hi, i have three functions of which are working well. Now i want to populate my answers in a structure array using the spilt fun...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Taking 1d and 2d values from structure then interpolate
Hi, i have to create a code from 2 structure arrays and the code must first check if my data is 1 dimensional or 2 dimensional. ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extracting values from a cell then converting to a matrix
Hi, i have a cell array A, i want to remove column 1, row 1 and row 2 so that i am left with the other points to analyse. A...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calling a variable in another function
Hi, i have 2 functions where i calculated a variable in function 1, now i want to use the variable in function 2 but it says var...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
creating a function that reads into the directory
Hi, i want to create a function that uses the file prefix, directory name and file type as inputs to pick up files that i want ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
using linear interpolation to find coefficients
Hi, i want to create a function that interpolates linearly to give me the coefficients. As an example, the function must take in...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
converting a string to a matrix
hi, i have a string that i would like all its values to be stored in a matrix but when i use square brackets([ ]) to store it as...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
converting cell to struct with fields
Hi, i have 2 cell arrays that i want to convert to structure with fields. The first cell is A (10×1 cell array) DeliArg= {[-3...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
using the while loop to get the number of divisions
Hi, I am trying to add the while loop to my code such that the code should run while the difference between the present and prev...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
determining the number of divisions in riemann sums
Hi, since riemann sum is all about adding smaller divided rectangles below the graph. I developed a code which calculates the di...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Typing a long and complicated equation
Hi, i am trying to integrate my function but when i type out my equation it gives me the wrong answer and i suspect that i may n...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Integrating using sums(riemann sums)
Hi, i want to find the integral of function f without using the int function with the limits 5 and 17 . I want to find the riema...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add a matrix vertically and nest an if loop
Hi, i have a vector OxygenT = [0 5] and i want to add [0 5] to the next row so that i get 0 5 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculating Time Intervals Between measurements
Hi, i have a set of values stored in vector Humidity. I have to first determine frequency of Humidity then use the frequency to ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting NaN`s from a set of values using if loop
I want to delete the NaN`s from A so that am left with numbers only and store them in the Absorption vector . When i execute/run...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Extracting values that are greater than the threshold
the Alert vector below is a combination of time in hours and minutes(column 1 and 2 respectively) and corresponding oxygen value...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Hi, i am trying to delete NoValue from A without hardcoding so that i am only left with numbers and store them in Absorption vector but when i run the code it comes back exactly as it is, please help!!
A = 20.0872 16.1710 20.6179 17.9930 18.6397 16.5852 22.5673 21.0629 19.8378 19.9037 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, there is a (1x6) vector that i want to extract values from. I used strings to pick-up the subtitle and now the problem is that i have to extract every value under the subtitle (e.g Oxygen). How to i extract those values without hardcoding ?
InputData; strmeasurements = Measurements; 'Oxygen'; strcmp(strmeasurements,'Oxygen') for = 1:1:length(strmeasurements) ...
mehr als 5 Jahre vor | 1 Antwort | 0
