Community Profile

photo

Christine Nee


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to define one cycle from my data by taking the max value??
Right now I am taking a .txt file and have defined f as a whole column from the .txt file that was extracted from a DAQ in labvi...

6 years ago | 2 answers | 0

2

answers

Answered
Read Text File and Store in Matrices
This code will store your Labview data into a matrix: fname='FILE NAME'; ext='.txt'; data=load([fname,ext]); snu...

7 years ago | 0

Question


Plotting a graph using indexed values
I am trying to generate a plot. I use Max_value_Force and Min_value_Force to find the max and min values then I find where they...

7 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago

Question


Image Analysis with flow and gray scale
Hello. I am trying to calculate the percentage of the white foam for this image. I am struggling because I can either do a 8 bi...

7 years ago | 1 answer | 0

1

answer

Question


Using arrays and finding the slope
Would it be appropriate to use this kind of logic in Matlab? I am getting a weird slope graph so I wanted to double check. F...

7 years ago | 1 answer | 0

1

answer

Question


How to analyze area of flow in liquid with a 2D image?
Hi all. I have written from some tutorials and help pages an image analysis tool which takes a picture and converts it to black...

7 years ago | 1 answer | 0

1

answer