photo

WILLBES BANDA


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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. ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

1

답변

질문


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) ...

4년 초과 전 | 답변 수: 1 | 0

1

답변