Community Profile

photo

Sarah Crimi


Last seen: 3 years ago Active since 2017

Statistics

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

View badges

Content Feed

View by

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

| accepted

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer