Community Profile

photo

Sarah Crimi


Last seen: quasi 3 anni fa Attivo dal 2017

Statistiche

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

Visualizza badge

Content Feed

Visto da

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

circa 5 anni fa | 0

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

circa 5 anni fa | 0

Risposto
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

circa 5 anni fa | 0

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

circa 5 anni fa | 0

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

circa 5 anni fa | 0

| accettato

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

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

oltre 5 anni fa | 0

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

oltre 5 anni fa | 0

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

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

oltre 5 anni fa | 0

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

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

oltre 5 anni fa | 0

| accettato

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

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

quasi 6 anni fa | 0

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta