photo

Abhishek Kumar Singh


Last seen: 1 giorno fa Attivo dal 2023

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English

Statistica

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer
  • Solver
  • First Review

Visualizza badge

Feeds

Visto da

Risposto
Why can't this example of "Signal Source Separation Using W-Net Architecture" be opened in MATLAB?
Hi @Yi Ma, It seems that you're encountering an issue with downloading the dataset files using the matlab.internal.examples.dow...

1 giorno fa | 0

Risposto
Extract the indices based on the minimum absolute value
Hi @LH Instead of using the absolute difference for each dimension separately, compute the Euclidean distance between the rows ...

19 giorni fa | 0

| accettato

Risposto
How can I installa Timbre toolbox?
Hi @Pasqual Salort Aguilar, I tried using the timbretoolbox listed on https://github.com/VincentPerreault0/timbretoolbox While...

22 giorni fa | 0

Risposto
How can.struct data be made available to non-MATLAB users?
Hi @Oswin Hulsebos, You can save the structure as a JSON file. JSON is a widely used format that can be easily viewed and mani...

22 giorni fa | 1

Risposto
How do I calculate Savitzky-Golay 1st Derivative?
Hi @Hannah, I don't think you can use sgolayfilt to compute the first derivative. It is used to apply the Savitzky-Golay filter...

22 giorni fa | 0

| accettato

Risposto
about write data to the first sheet of excel
Hi @wenchao zhang, I suppose you want to write some data to a specific sheet, here's a sample code you can refer to, which also...

22 giorni fa | 0

| accettato

Risposto
What is the cause of the error using privimporthdl when converting verilog to simulink?
Hi @Panagiotis Mougkogiannis, This error is due to the use of Verilog-A code instead of synthesizable Verilog code when trying...

22 giorni fa | 0

Risposto
how to convert .json to .mat file
Hi @VINAY, You can decode a JSON file in MATLAB, manipulate or format the data as required, and then save it in a MAT file. MAT...

circa 2 mesi fa | 0

Risposto
Clear static text after press a push button
Hi @Ken I am not familiar with the specific code you're referencing to create the calculator. Therefore, I experimented with a ...

circa 2 mesi fa | 0

Risposto
creating hyperbolic tangent function for matrix based on another matrix
Hi @Kitt, I roughly understand that you want to create a mathematical model that uses hyperbolic tangent function to smoothly v...

circa 2 mesi fa | 0

| accettato

Risposto
How to code for PS5 in matlab ? is there any library present .
Hi @PRASHANT, To do this, you would need to download Simulink Support Package for Arduino Hardware. Refer to this documentation...

circa 2 mesi fa | 0

Risposto
how to set parameters for ble connection in matlab
Hi @Manuel Stoppiello, You can refer to the following documentation page to know about multimode communication for BLE(Bluetoot...

circa 2 mesi fa | 0

Risposto
Unwanted axis in the figure
Hi Florian, To execute the code you provided, it requires the '1mDyn440Hz.wav' file. However, in the absence of this file, I've...

circa 2 mesi fa | 0

Risposto
Hello, How can I make the output timetable look similar in the photo, so it will 901*1 instead of 901*3
Hi @Reham Wafaee, You can modify last couple of lines in following way to get desired, add/modify the last couple of lines to u...

circa 2 mesi fa | 1

Risposto
How to use Solver in Matlab?
Hi @Yasaswi You can easily work with Excel files and solve optimization problems in MATLAB. Start by importing your Excel data ...

circa 2 mesi fa | 1

| accettato

Risposto
JSON format from the API
Hi @Mert, I generated an API key from https://home.openweathermap.org/api_keys and tried a simple MATLAB function, from which I...

circa 2 mesi fa | 0

| accettato

Risposto
Is it possible to use tiledlayout to create a figure with plots and a PDF image? (per attachment)
Yes, it's possible to combine plots and vector images (such as PDF images) within a figure using tiledlayout and nexttile in MAT...

2 mesi fa | 0

| accettato

Risposto
How to make binary to gray scale
Hi, To create a grayscale gradient from the center to the edge of your circle, you'll adjust the pixel values based on their d...

2 mesi fa | 0

| accettato

Risposto
Read excel data in Simulink and convert it into an array
Hi Aniruddh, It appears you're using the %#codegen directive, which serves as a pragma to indicate your intention for code gene...

2 mesi fa | 0

Risposto
plot in designated subfigures in loops
You can use tiledlayout and nexttile to create a tiled chart for multiple layouts. Refer to the documentation for more informat...

2 mesi fa | 1

| accettato

Risposto
How to wrote code for Ramp Filter and show the firgure?
I am assuming that the filter is linear in frequency domain, i.e., it amplifies the frequency components linearly w.r.t frequenc...

2 mesi fa | 0

| accettato

Risposto
Error in Trying to Build a Custom Variable Resistor In MATLAB Simulink
Hi Elias, When attempting to use your provided code within MATLAB R2023a, I encountered an error within the Block Parameter dia...

2 mesi fa | 1

| accettato

Risposto
Error while running monitor and tune on zedboard using matlab_2023 and xilinx2019.2
Hi Anuj, To get the "Configure, Monitor & Tune" option working, you need to build your model with socBuilder as the error sugg...

3 mesi fa | 0

Risposto
Squeeze some part of a plot
Hi Lida, I don't think MATLAB provides built-in functionality for such specific non-linear axis adjustments. But one can approx...

3 mesi fa | 0

Risposto
Gamultiobj and NSGA ii
NSGA-II is a widely used algorithm for solving multi-objective optimization problems. It is known for its efficiency in finding ...

3 mesi fa | 0

Risposto
How does gamultiobj() take care of single objective optimization problem?
Hi Dhanesh, gamultiobj function in MATLAB designed for solving multi-objective optimization problems using genetic algorithms. ...

3 mesi fa | 0

| accettato

Risposto
Parse error in matlab2tikz
Hi Bell, The error you're encountering with matlab2tikz suggests that there's an issue with how the function's arguments are be...

3 mesi fa | 1

| accettato

Risposto
Code Generation with some unnecessary code
Hi Tao, I understand you want to know why there are 'uncessary' shifts involved in generated C code for addition MALTAB script....

3 mesi fa | 0

Risposto
AXI Manager over PCIe Example
Hello Andrea, It seems like the issue you're encountering revolves around accessing the specific example and the associated pci...

4 mesi fa | 0

| accettato

Risposto
Cant Build Model due to Reason: "Code generation information file does not exist"
Hi Marcel, I guess you are having issues while deploying a Simulink Model to a Raspberry Pi device due to the missing "rtw_cont...

4 mesi fa | 0

Carica altro