Community Profile

photo

Sarah Crimi


Last seen: 대략 3년 전 2017년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 2
  • First Review
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Fill minimum and maximum values of variables
I think that this may be what you are looking for: %Number of test subjects N1 = 10; %Set A1 =-10 and B1=10 for first var...

대략 5년 전 | 0

답변 있음
How do I find the probability that 0 would be selected if a random number was selected?
d = [1, 0.5, 0.01, 0.5, 0, 1, 2, 15.31, 33, 12, 3, 7, 2, 15, 38, 0, ... 2.5, 0, 0.4, 17.8, 0.5, 10.6, 0, 0.1, 11, 12, 1, 0....

대략 5년 전 | 0

답변 있음
How to display a plot in two figures
Hi, have you looked at the contour slice command? https://www.mathworks.com/help/matlab/ref/contourslice.html

대략 5년 전 | 0

답변 있음
How can I add Python Package in MATLAB library Compiler?
I had to manually add the Python files into the same file as the executible.

대략 5년 전 | 0

답변 있음
to open new window in gui matlab
Under the callback to the button in your GUI code, you just use the following command: figure;

대략 5년 전 | 0

| 수락됨

질문


When self made wait bar updates, it is bringing MATLAB to the front screen
Hello, I have a GUI that when a button is pressed, data is acquired through a seperate function. I am using the following cod...

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

0

답변

질문


Executible using actxserver is not working
Hi, I am having an issue. I created a GUI with MATLAB that uses actxserver. On my machine with Matlab installed, this works and...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Question about Complex Numbers Larger Real Impedance of Mean than Real Impedance of Channel
Hello, I am not getting something conceptually. I have multiple sets of data in a cell structure. Each cell contains (freq, rea...

5년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Searching sinusoid buried in noise
If you know what the sinusoids are that you want to look for, you could used a matched filter.

5년 초과 전 | 0

답변 있음
Smooth the data and find major peaks
There is an open source function called peakdet.m. Using this function, you have to set the delta which determines what is a pe...

5년 초과 전 | 0

질문


Matlab table to table in C
Hello, This may be a wrong question, but I wrote a GUI in MATLAB, and there is a button that puts information into a table. T...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Confused about atan versus angle- Not getting the same result!
Hi, So I am creating a GUI to show some admittance data. I have the data in two columns real and imaginary by using the angle c...

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

1

답변

답변 있음
How can i find the maximum of three variables?
if it is vectors of different sizes, you would have to do max(max(a),max(b)),max(max(b),max(c)). So, it takes max of the first a...

5년 초과 전 | 0

질문


Matlab GUI with activexcontrol Drop Down updates with Push button
Hello, I am having such a hard time with getting an activexcontrol GUI to work. I am trying to make it so that a drop down sel...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Error with MATLAB Adafruit Breakout SPI
Hi, I am trying to use the following library: <https://www.mathworks.com/matlabcentral/fileexchange/48248-ftdi-spi-library-ac...

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

1

답변

질문


Modules for Direct Communication with USB Device
Hello, Are there any modules that support direct communication with a USB device. In particular, I am trying to use the FT232H ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Access is denied, SDK Error Loading Library
I am having an issue loading a library to MATLAB. I think it is because SDK is not installed right. When I type mex -setup I ge...

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

1

답변

질문


FT232H Breakout: Code pins with MATLAB
Hello, I am currently using MATLAB to call definitions that I have created in Python to control Adafruit FT232H pins (clear pin...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


COM Object needs to be initialized properly
I am connecting to a COM object (Bode Analyzer 100 from Omicron). However, since I am making a GUI, I need to initialize these v...

5년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Trying to get Error when FT232H Adafruit Breakout is not plugged in
I figured this out. You have to create a function in Python that flags the user if the Adafruit product ID is equal to what it i...

5년 초과 전 | 0

| 수락됨

질문


Trying to get Error when FT232H Adafruit Breakout is not plugged in
Hello, I am having an issue getting an error to show using MATLAB to connect to FT232H Adafruit Breakout via Python. I wanted t...

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

1

답변

질문


MATLAB CTL-C GUI Cleanup
Hello, I have created a GUI to collect some data. This GUI uses some equipment that has to be connected/disconnected to MATLAB ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
MATLAB Code Call Cell Array Variable
Ah, I think I figured it out. I accidentally named a variable the same thing as my function name. So silly. Thanks for your help...

거의 6년 전 | 0

질문


MATLAB Code Call Cell Array Variable
I am using one function to call another. I have a cell that contains several pieces of data in 220 different columns of the cell...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


MATLAB: Graphing Many Plots and Data Analysis
My question is about plotting many sets of x-y data in one plot. I want to know how I can make it so that if I select one point ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Converting XML File to variable
Hello, I have a file is an xmlfile that has data that looks like what is below. I am trying to figure out how to get it into a ...

거의 7년 전 | 답변 수: 1 | 0

1

답변