Community Profile

photo

Jay Vaidya


University of Virginia

Last seen: meer dan 2 jaar ago Active since 2019

Research Assistant.
Department of Electrical and Computer Engineering
University of Virginia

Statistics

  • First Review
  • Thankful Level 4
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Question


How to generate a periodic customized waveform?
I want to generate waveforms as shown in the image below and then tweak them to modify the fall time constant of the signal. How...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Change the Color of the Switch in the app designer?
I am using app designer and I would like to change the color of the switches. Available switch options were 'Rocker Switch', 'To...

bijna 3 jaar ago | 2 answers | 1

2

answers

Question


Add listener() or a callback function to app designer?
I want to sense something continuously in my GUI (along with other functionalities of the GUI like all other buttons have differ...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Auto Refresh in app designer.
I have a couple of controls in my GUI but it can also happen that I control my system manually (sometimes). So the below image s...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


How to have a stack plot with different colors?
I have the following stacked plot that I want to change the color of but I am unable to do so. Thanks in advance.

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


Reading the numeric columns from a mixed data type file
I have a file (attached below) output.mat I am trying to read the data but everytime I need to manually copy/edit and paste in ...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


Copy and paste current MATLAB code in another folder
I want to make a copy of my current code in execution and paste it into a folder I specify. But I am not sure how to do that. Th...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


How to modify few numbers in a random text file?
I am uploading a text file related to a model in an electronic simulator. How to modify the 4 parameters named with toxe = %1....

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


How is pspectrum() different from FFT() magnitude plotted in dB?
I am having difficulty in finding a high-resolution frequency spectrum even though I have a pretty large number of time domain d...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


High resolution FFT from time domain data.
I have a very large time domain data with a lot of samples, but still I am not getting a good resolution in the FFT spectrum. Is...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Find peaks/valleys of a noisy signal
I have this signal which is noisy as well as it has too much data samples. When I try to find the peaks or valleys, it gives mul...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


How to find the delta cycles (change in the number of cycles) in two sine signals with nearly identical frequencies?
I have these two signals generated from the following code; clc clear all close all %% f = 4000; t = 0:1e-5:50e-3; sig...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


Finding first 5 maxima and its consecutive minima.
I have the signal in the plot which is zoomed in a time window to show the peaks. I want to find not only the maxima (I did th...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Create a binary matrix for more than 50 variables
I am not able to get the ouput for: dec2bin(0:1:2^no_of_variables-1) where 2^no_of_variables = 50 or more. This is because ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to make stack plot with y axis consisting of multiple plots?
I make the plots by the following code using subplots subplot(2,1,1) for i=2:size(data,1) plot_fig(i) = plot(data(1,:...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Can we save the table as delimited txt in a proper manner?
I am using the following command. writetable(T,'myData.txt','Delimiter',' ') However, the table doesn't get stored as nicely...

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


Dynamic variable names for MATLAB table
I am making the header names of the table as following: colnames = [arrayfun(@(x) sprintf('type%d', x), 1:size(all_sorted), 'Un...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to take logical or of all the elements in the vector without a loop?
I am trying to use or(a(1,1):a(1,size(a,2))) but it doesn't run for more than 2 elements. also when I run or(1,1,0,0.1,0,...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


Converting a variable sized cell array to a matrix
I have a cell as below: 5 -3 11 2 3 7 -9 7 -1 3 2 4 -4 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to position the legend such that it is not over the plots and also how to make horizontal legends?
I am plotting mxn matrix (y-axis) with the mx1 vector (x-axis). However, the plot just looks bad for cases of more than 10 legen...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to construct and evaluate a boolean expression using symbols?
If I have a boolean expression that is y = (x1bar∨x2)(x3bar∨x4bar)(x3bar∨x5) I am currently using a simple 1 and 0 matrix to ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Can I make the matrix of size n with only x elements known and rest all 0?
I have a matrix that can have some x known values. But I want to make it of fixed length n. In other words, I want to append 0s ...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


Is there a matrix which can be alphanumeric?
I am trying to make a matrix like 1n -1 1n 2 1n 1 1n 3 The first column is going to be concaten...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


Is it possible to read a file line by line and then break each line into individual characters/numbers for further processing?
If I have a file with the folliwing contents: a file.dat a n pqr 3 2 1 -3 0 2 3 -1 0 Then is it possible to extract the nu...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


MATLAB not using the RAM entirely. Is it because I have an academic license?
I have a big workstation with 256 GB RAM and 32 cores. The intention to buy this was to speed up the simulations. But, I just fi...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


How to construct a large graph (~1e5) that has max, min, and avg degree using the logical sparse adj matrix that computes faster. Also, how to ensure that the graph is not broken (there are no subsets of disconnected graphs in the main graph)? 
I have the following code for generating a small (~1e3) graph that I can control the degree of (code 1). This has n (number of n...

meer dan 3 jaar ago | 0 answers | 1

0

answers

Question


Generate a 100000x100000 matrix that takes less time and memory
I have written a random matrix generator code that generates an adjacency matrix of any size. I am targetting larger size like 1...

meer dan 3 jaar ago | 3 answers | 0

3

answers

Question


how to find fwhm using fwhm()?
I have a time domain data and also a FFT of this data. But when I use fwhm(x,y) then it says Pulse Polarity = Positive Pulse ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


dBc/Hz phase noise undefined function error?
I am trying to use phaseNoiseMeasure (https://www.mathworks.com/help/msblks/ref/phasenoisemeasure.html) function to find dBc/Hz...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


How to display the filename correctly?
I am trying to export a figure with a file name that is derived from the string name after a section of a code. Below is the exp...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Load more