photo

Manikanta Aditya


Last seen: Today Active since 2022

Followers: 4   Following: 0

Statistics

  • Thankful Level 2
  • 3 Month Streak
  • Knowledgeable Level 4
  • First Answer

View badges

Feeds

View by

Question


The Output structure of a code is showing different outputs in command window and workspace
When working on a program, after executing it and checking output in MATLAB command window and in output from workspace is givin...

9 dagen ago | 2 answers | 0

2

answers

Answered
directory does not update
Hi @Ali M, Try to right click on the mat file you chose to run and change current folder this should resolve the issue. Thanks...

12 dagen ago | 0

| accepted

Answered
Obtain intensity value in an ROI on an image, and output the image with the displayed intensity value inside of the ROI on the image
The error is likely occurring because the roi_mask is of type logical, and R(roi_mask) is trying to index into R using this logi...

13 dagen ago | 0

Answered
Matlab optimization - variables to satisfy L1 norm
To constrain the first three elements of your vector ( x ) to satisfy the ( L1 ) norm in an optimization problem using fmincon i...

13 dagen ago | 1

Answered
How to take 1 out of every 10 values ​​from a vector?
Hi @Jorge Armando Vazquez, To take 1 out of every 10 values from a vector in MATLAB, you can use indexing. Here is how you can...

13 dagen ago | 1

Answered
how to combined monthly data in sequence?
Hi @Vedanta, You can concatenate the anomaly time series data for each month along the third dimension using the cat function i...

14 dagen ago | 0

Answered
Editing the starting points of different lines in a graph
Hi @Mahmut Cenk, To make the lines start from the same point along the x-axis, you could subtract the minimum value of each x-v...

14 dagen ago | 0

| accepted

Answered
Fixed-point conversion error of dsphdl.FFT
Hi, The issue you’re encountering is due to the fact that the dsphdl.FFT object in MATLAB requires a constant FFT length. This ...

14 dagen ago | 1

| accepted

Answered
Empty spherical plot - strange error
Hi @Sergio, It looks like you're encountering an error because surf expects X, Y, and Z to be 2D arrays, but you are passing 3D...

16 dagen ago | 0

| accepted

Answered
Desktop Real-Time slow initialization
Hi, To improve the initialization time and overall performance, you can try the following workaround approach: Initialize the ...

18 dagen ago | 0

Answered
Any examples/notes available for WLAN Activity Scanner or Detecting Clear WLAN Channels for ADALM-PLUTO?
Hi Ahmed, Yes, there are some relevant resources available that can help you implement WLAN Activity Scanner or Detecting Clear...

19 dagen ago | 0

Answered
Matlab Simulink encryption method
Hi, As mentioned by John, the mentioned encryption method is not feasible as the future releases are not known, and the past re...

20 dagen ago | 0

Answered
Diseño de un filtro FIR
Hi, Here is the MATLAB code for designing an FIR filter: L = 5; M = 3; % Obtain the value of the filter cutoff frequency ...

20 dagen ago | 0

Answered
Filtro adaptativo con LMS
Hi, Please share if you have any queries or doubts regarding Adaptive filter with LMS. Here is the code you shared arranged p...

20 dagen ago | 0

Answered
Colormap a plot based on value of (x,y)
Hi, The image you've provided shows a depth vs range plot, likely representing some kind of acoustic or seismic data. To crea...

20 dagen ago | 0

Answered
How to add a customized drive cycle in the vehicle composer app?
Hi, I think adding a customized drive cycle isn't shown and provided in the Virtual vehicle composer app. There are plenty of d...

21 dagen ago | 0

Answered
Spatially varying structural properties in structural mechanics pde model
Hi, In MATLAB, the domain-specific modeling approach allows you to solve structural mechanics, heat transfer, and electromagnet...

21 dagen ago | 0

Answered
When I run the commnad ControlSystemDesigner into MATLAB and the app opens, I dont see the label view on the upper window
Hi Jose, I understand that you’re having trouble seeing the label view in the Control System Designer app in MATLAB. Try the ...

21 dagen ago | 0

Answered
Can we use 'sequenceInputLayer(inputSize)' with 'featureInputLayer' in multiple input deep convolutional neural network?
Hi, The error you’re encountering seems to be related to the format of your input data. It suggests that the input sequences m...

22 dagen ago | 0

| accepted

Answered
Designing an Induction motor from AC-DC-AC, I am not sure what code to enter for the function block. I want to check the speed and torque response with the change of frequency
Hi, As part of process design the AC design source and then use a diode bridge rectifier block to convert AC to DC. Then add ...

22 dagen ago | 0

Answered
The particle swarm optimization algorithm optimizes the scale factor and quantization factor of the fuzzy PID controller
Hello, You can use the Particle Swarm Optimization (PSO) algorithm to optimize the scale factor and quantization factor of the ...

22 dagen ago | 0

| accepted

Answered
Change coordinate system, from EPSG 3003 to EPSG 32632 (i.e. WGS 84 / UTM zone 32N)
Hi, In MATLAB, you can use the 'projcrs' and 'projfwd' functions to transform coordinates between different coordinate referen...

22 dagen ago | 1

| accepted

Answered
Contour plot of R_0 against one parameter and two parameters.
Hi @BURHANUDDIN SAFI The error you’re encountering is because the contourf function in MATLAB expects a 2D matrix for its secon...

ongeveer 2 maanden ago | 1

Answered
Second order non linear differential
Hi @Alessandro Meda Solving a second-order nonlinear differential equation analytically can be challenging, and often such equa...

ongeveer 2 maanden ago | 0

Answered
I need to learn how to use this code. I'm trying to implement it in MATLAB. I'm having trouble getting the plane to assume a higher altitude.
Hi @DJ V The issue you’re facing is due to the commented line of code that changes the altitude (pd) of the plane. If you uncom...

ongeveer 2 maanden ago | 0

Answered
MATLAB installation error on linux PC
Hi @sp, The error occurs when the Java that comes with the MATLAB installer suffers a critical memory leak. In order to install...

ongeveer 2 maanden ago | 0

Answered
inputdlg Window Not Showing
Hi @Jaiden, Your code for checking even or odd numbers using 'inputdlg' looks mostly correct, but if the 'inputdlg' window isn'...

ongeveer 2 maanden ago | 0

| accepted

Answered
Embedded code for Randi function.it generates 625 arrays to some values, I want to know why it is generated 625 arrays of random values in initial function
Hi @leena, The randi function in MATLAB generates uniformly distributed random integers in a specified interval. The syntax you...

ongeveer 2 maanden ago | 0

Answered
Regarding Matlab Simulink - R2019 Version
Hi, As mentioned by Daniel, it worked with me, when I tried to open the model in new Simulink. Also you can refer this for add...

ongeveer 2 maanden ago | 0

| accepted

Answered
Plot for Month and year
Hi, @Ara, Based on the understanding from your explaination in the question, you can use some MATLAB functions and script for i...

ongeveer 2 maanden ago | 0

| accepted

Load more