
Nadatimuj
Statistics
RANK
10,406
of 257,810
REPUTATION
3
CONTRIBUTIONS
22 Questions
2 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
3
RANK
of 17,766
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110,032
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Can anyone please vectorize the code I have?
Input J_org = 0 2 0 1 0 -1 -1 2 0 0 -1 -1 3 0 0 0 0 ...
5 days ago | 1 answer | 0
1
answerQuestion
Can anyone help me optimize the if statements in For loops to make the code faster?
function [triu_adjacency,J_indices] = get_triu_adjacency(J_org, max_num_neighbors) % J_org =[ 0 -1 -1 1 2 %...
11 days ago | 1 answer | 0
1
answerQuestion
Can we modify a PCIe AXI Master IP that is unavailable to make it work?
Hi there, I have been using MATLAB PCIe as a AXI master for a long time on the VCU118 board. Now we got the newer and bigger ...
24 days ago | 0 answers | 0
0
answersQuestion
How to distribute data as Gaussian?
Let's say I have 800 colors. I want to distribute it between 10 people. If I distribute it unformly, I would simply give 80 colo...
2 months ago | 2 answers | 0
2
answersQuestion
How do I do unsigned comparsion between two n-bit vectors having 1s and 0s?
x = '1000000100000000000000000000000000000000000001010110001111000000' y = '00000000000001010110001111000000000000000000010...
2 months ago | 1 answer | 0
1
answerQuestion
How do I do unsigned comparsion between two vectors having 1s and 0s?
x = '10000001000000000000000000000000' y = '00000000000001010110001111000000' Let's say x is the binary representation of ...
2 months ago | 1 answer | 0
1
answerQuestion
How to increase MATLAB corrplot co-efficient precision ?
How to increase the font size of correlation coefficients in MATLAB corrplot? Also, how to increase the precision of co-efficien...
2 months ago | 0 answers | 0
0
answersQuestion
How can I reshape a square matrix to a rectangular matrix based on its adjacency list?
How can I reshape a square matrix to a rectangular matrix based on its adjacency list? Let's say I have the following 14x14 matr...
2 months ago | 2 answers | 0
2
answersQuestion
How to draw a Bethe lattice with a given number of nodes N and coordination number z?
How to draw a Bethe lattice with a given number of nodes N and coordination number (number of connections), z? Reference: https...
2 months ago | 0 answers | 0
0
answersQuestion
How do I define the y axis of imagesc as integers and not fractions?
I have 2x1e7 data but imagesc makes the y axis range from 0.5 to 2.5. How can I make it 0 to 2? And what is the reason the defau...
2 months ago | 1 answer | 0
1
answerQuestion
How to extract positive, negative and fraction numbers from string?
How do I extract numbers from a string where the number can be positive, negative or even fractions? I tried the following but ...
2 months ago | 2 answers | 0
2
answersQuestion
Is there a way to convert binary with Don't care to corresponding decimal values in MATLAB?
Is there a way to express don't care binary in MATLAB and get the decimal value? For example, 011x can be either 6 or 7 since th...
2 months ago | 1 answer | 0
1
answerQuestion
How to improve sparse array indexed assignment in MATLAB?
Hi, how can I improve indexed assignment to a sparse matrix? Please refer to line 29 and 31 of the attached code that is simply ...
3 months ago | 2 answers | 0
2
answersQuestion
Any built-in graph coloring algorithm in MATLAB?
Please implement an efficient graph coloring algorithm. For example, DSATUR. It's surprising that MATLAB doesn't have a built-in...
3 months ago | 1 answer | 0
1
answerQuestion
King’s Graph and Grid Graph
Can anyone give me a code or function to generate King’s Graph and Grid Graph of any size in Matlab? Mainly, I need the adjacenc...
4 months ago | 0 answers | 0
0
answersQuestion
Can anyone share a working graph coloring code? DSATUR or something else?
I am looking for a graph coling code, DSATUR or something else.
10 months ago | 1 answer | 0
1
answerQuestion
How to add a second x-axis on top in plot?
I think something similar is asked in the forum before and there is a documentation on how to add second a y-axis. But I am not ...
10 months ago | 2 answers | 0
2
answersQuestion
How to find graph density in MATLAB for a given graph G?
I want to find the density of a graph in matlab. Is there any function to find that? Thanks.
11 months ago | 1 answer | 0
1
answerQuestion
Keep track of Matrix row indices after deleting some rows
Suppose, I have a 10x10 Martix A= magic(10). Then I delete some rows from it as A([3 5 6],:)=[]. and some columns as A(:,[3 5 ...
1 year ago | 1 answer | 0
1
answerTimed out on waiting for AXI write response.
@Praneet Kala My issue is solved here: https://forums.xilinx.com/t5/Xilinx-Evaluation-Boards/Why-is-output-of-clock-wizard-stuck...
1 year ago | 0
Matlab AXI master import hdlverifier::*;does not work
Still doesn't work in post-synthesis and post implementation simulation.
1 year ago | 0
Question
Matlab AXI master import hdlverifier::*;does not work
I was trying to implement this: https://www.mathworks.com/help/supportpkg/xilinxfpgaboards/ug/access-fpga-external-memory-using...
1 year ago | 1 answer | 2
1
answerQuestion
Is there a way to convert verilog (.v) codes to Simulink model?
How to convert multuple verilog files into Simulink model without getting any clock inference error?
1 year ago | 1 answer | 0
1
answerQuestion
Error in importhdl how to solve?
I am trying to import a verilog module that calls other submodules. Whenever, I try to import from HDL to simulink, I am getting...
1 year ago | 1 answer | 1