Question


What exactly is the problem of DisplayAlerts?
I have the following code. It doesn't work when I press the run command. But it strangely works in the command prompt single-ste...

4 years ago | 1 answer | 0

1

answer

Question


How do I convert the binary valued column to decimal?
cadence_data = readtable('just_adder_1p2_ABS_matlab.csv','ReadVariableNames',0); cadence_data = cadence_data{:,:}; cadence_dat...

4 years ago | 2 answers | 0

2

answers

Question


How to call Xyce from MATLAB?
I used serial Xyce in windows. And I could call the xyce function from matlab by using this system('Xyce ~/Xyce/build/circuitfi...

4 years ago | 1 answer | 0

1

answer

Question


How to smooth the given image?
I want to make the image 1 as smooth as possible such that it looks like image 2. I was thinking to decrease the grid size but I...

4 years ago | 2 answers | 0

2

answers

Question


How to generate a few timing signals as shown below?
Thanks in advance!

4 years ago | 1 answer | 0

1

answer

Question


How to edit the grid size in heatmap and how to make the color scale just a binary value?
I have a heat map as shown below. I want to make it look as continous plot as possible, or in other words I want to make it appe...

4 years ago | 2 answers | 0

2

answers

Answered
How to color a graph that is shown below?
I wrote a for loop to convert the graph into a matrix that represents the weights of the edges. See below (left: heatmap and t...

4 years ago | 0

| accepted

Answered
How to convert the graph below in to heatmap?
I wrote a for loop to convert the graph into a matrix that represents the weights of the edges. See below (left: heatmap and t...

4 years ago | 0

Question


How to color a graph that is shown below?
I have graph below that was generated by the following code: Also the data.xlsx has the matrix used below. nodes = []; ...

4 years ago | 1 answer | 0

1

answer

Question


How to convert the graph below in to heatmap?
I have the graph below. It was plotted using the code below: %% matrix (:,4) is the weight of the corresponding matrix(:1:2) br...

4 years ago | 2 answers | 0

2

answers

Question


How can I get adjacency matrix from the interconnection pairs?
​I have the matrix (matrix.xlsx) as attached below. This matrix.xlsx has all interconnection between nodes and corresponding wei...

4 years ago | 0 answers | 0

0

answers

Answered
How can I convert 2 column matrix to a cell array?
Hello Mr. Roberson and Mr. Bobrov, I am getting an error while running that. I have attached the snapshots of the error that sa...

4 years ago | 0

Question


How can I convert 2 column matrix to a cell array?
Is there a convenient way to convert a 2 column matrix into a cell array (without using nested for loops if possible)? The mat...

4 years ago | 3 answers | 0

3

answers

Question


How do I play with the node spacing and how can I transform the discrete node graph in to a interpolated continuous color plot.
I have an image below that shows my node matrix that has interconnections and some highlighted edges. I want to transform the im...

4 years ago | 0 answers | 0

0

answers

Question


How do I create a new folder each time I run a code?
I want to make a new folder each time I run my code. Example: If there is a folder named 'newFolder', then generate newFolder...

4 years ago | 3 answers | 0

3

answers

Question


How do I generate a node graph of Matrix of resistors with a given pattern.
​I have made the code for making the node graph as shown below. (Don't concentrate on resistances, they are going to be connecte...

4 years ago | 1 answer | 0

1

answer

Answered
How do I decrease the time taken by these two for loops. I am taking 30 seconds approximately to run this, and this is in a big for loop that runs for 10000 times.
Thank you Stephen Cobeldick. I used ismember() function and that is excuting this in no time. binary_probability_matrix(:,1:...

4 years ago | 0

| accepted

Question


How do I decrease the time taken by these two for loops. I am taking 30 seconds approximately to run this, and this is in a big for loop that runs for 10000 times.
Could anyone please help me with this? I am new to using MATLAB so I have written the code in a layman fashion and I am sure tha...

4 years ago | 1 answer | 0

1

answer