Community Profile

photo

WILLBES BANDA


Last seen: 10ヶ月 前 2020 年からアクティブ

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


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

回答