Feeds
질문
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...
8년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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...
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...
8년 초과 전 | 0
질문
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...
8년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
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:...
8년 초과 전
질문
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...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 9년 전 | 답변 수: 1 | 0


