photo

Akash


Last seen: 12 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Resize columns automatically in PDF report
Hi, Starting from MATLAB R2017a and newer versions, the "ResizeToFitContents" method works correctly for resizing columns in PD...

12 days ago | 0

Answered
How to add an NVCC flag
Hi Aidan, To address the issue, you can ensure that the compiler and its version are supported with the product. You can find...

14 days ago | 0

Answered
error performance of ASK demodulator
Hi Mohammed, The MATLAB code for BER (Bit Error Rate) performance of Binary ASK Digital Modulation can be found at the link pro...

15 days ago | 0

Answered
i need a simulink model of OOK /ASK demodulator
Hi Nikita, You can find models for 'OOK' and 'ASK' modulators and demodulators in the MATLAB File Exchange. The following link ...

15 days ago | 0

Answered
How to creat a( 2D or 3D )LookUp table (LUT) at m_file .
Hi Omar, You can create a 2D or 3D Lookup Table (LUT) in MATLAB by using the 'interpn' function, which returns interpolated v...

15 days ago | 0

Answered
Convert data to sfixed in workspace
Hi Taamouch, You can convert a variable 'x' of datatype 'double' to the fixed-point data type 'sfix9_En5' by using the 'fi' fun...

16 days ago | 0

Answered
Simulink Coder: no such file or directory
Hi Sishi, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find ...

16 days ago | 0

Answered
Matlab 2017b No Compilers Detected
Hi Mark, It is essential to ensure that a compatible compiler is installed on your system. You can start by installing the 'Min...

2 months ago | 0

Answered
Install FMU Builder offline
Hi CAME18_LDO, To install Support Packages and Optional Features like the 'FMU Builder' add-on on a computer that is offline or...

2 months ago | 0

| accepted

Answered
Simple effects following fitlme
Hi Avijit, You can use the `coefTest` function, which allows to test the significance of specific effects within the model. You...

2 months ago | 0

Answered
関数の中で関数を使用するには? How do I use a function in a function?
Hi 松, Simulink cannot solve algebraic loop, if it involves blocks that cannot be assigned algebraic variables. These blocks mig...

2 months ago | 0

| accepted

Answered
Using the Kinect® for Windows® V1 from Image Acquisition Toolbox™
Hi Teresa, `util_skeletonViewer` function is designed to display an RGB image frame with overlayed skeleton joint locations. ...

2 months ago | 0

Answered
unable to connect to interactive brokers
Hi Philip, For a solution to this issue, the MATLAB Central discussions in the links provided below will be helpful. https://w...

3 months ago | 0

Answered
I can't import ScopeDataF to workspace matlab2021b
Hi Sikhovangaye, Simulink returns all simulation outputs into a single `SimulationOutput` object. This includes signals, states...

3 months ago | 0

Answered
I want a matlab code for converting audio into binary for wireless transmission .
Hi, You can reduce the audio file size by downsampling or decimating the audio sampling rate. For information on how to perform...

3 months ago | 0

Answered
분류학습기 질문드립니다.
Hi Jong-II, Predictor and response variables in MATLAB can be of various types, including numeric, categorical, string, or logi...

3 months ago | 0

Answered
Why do I get warning “Import argument "internal.matlab.importtool.server.ImportUtils" ……can not be found” while packaging App Designer app in R2021a?
Hi F Murphy, You can refer to the MATLAB Central discussion link provided below, which addresses a similar issue. The Import To...

3 months ago | 0

Answered
Matlab Compiler SDK - Export Class to Python
Hi Pier, You can utilize MATLAB "Handle" class to create an object and call its methods in Python. For a detailed guide on how ...

5 months ago | 0

Answered
setBinLinkPumpStatus function for EPANET
Hi Swati, You can find "setBinLinkPumpStatus" function within the "OpenWaterAnalytics/EPANET-Matlab-Toolkit" on MATLAB Central ...

5 months ago | 0

Answered
spectrum sensing via wavelet modulus maxima
Hi Nur, This error typically occurs when there is a size mismatch between the arrays you are trying to perform element-wise mul...

5 months ago | 0

Answered
reconstruct real valued data from IQ data
Hi Nur, You can transform the complex values of your output signal into real values. If you want to obtain the real part of a c...

5 months ago | 0

Answered
Number of cumulative predecessors in a digraph
Hi Fabio, The "out of memory" error you're encountering is likely a result of the extensive memory usage required to store all ...

5 months ago | 0

Answered
Use FIR Wiener Filter to remove the noise??
Hi Lana, To design a Wiener filter that can effectively reduce the noise, you might find the MATLAB File Exchange link provided...

5 months ago | 0

Answered
need bms guidance for electric 2 wheeler
Hi Deshmukh, You can make use of the example project provided in the MATLAB file exchange link given below. This reference desi...

5 months ago | 0

Answered
Warning: Polynomial is badly conditioned. Add points with distinct X values, reduce the degree of the polynomial, or try centering and scaling as described in HELP POLYFIT.
Hi Jafet, The warning message encountered for "polyfit" indicates that the polynomial fit is poorly conditioned, which is a com...

5 months ago | 0

Answered
Link license to specific user on a machine?
Hi Douglas, As an Administrator, you have the capability to modify the user associated with a license through the "License Cent...

5 months ago | 0

Answered
error in using psat
Hi Pritam, The error message indicates that there is an issue with accessing an object's fields outside of its methods. To addr...

5 months ago | 0

Answered
What is the function of 'Down Sampler' in simulink template 'SoC Blockset/RF SoC', and how to change the parameters if i want to transmit different frequency?
Hi Zuyuan, The 'down sampler' block is used to reduce the transmission rate of the signal before it is sent to the processor. T...

5 months ago | 0

| accepted

Answered
Errors about VAR modeling
Hi 형현, The error with "lratiotest" indicates that the function requires at least three input arguments. These arguments are the...

5 months ago | 0

Answered
Occipital Structure Core (depth camera) hardware support with Matlab
Hi Kevin, For the Intel RealSense D435 camera, it's important to note that while it is not directly supported by the Image Proc...

5 months ago | 0

Load more