photo

Manikanta Aditya


Last seen: Today 2022년부터 활동

Followers: 4   Following: 0

통계학

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

배지 보기

Feeds

보기 기준

질문


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일 전 | 답변 수: 2 | 0

2

답변

답변 있음
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일 전 | 0

| 수락됨

답변 있음
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...

12일 전 | 0

답변 있음
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일 전 | 1

답변 있음
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일 전 | 1

답변 있음
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...

13일 전 | 0

답변 있음
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...

13일 전 | 0

| 수락됨

답변 있음
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일 전 | 1

| 수락됨

답변 있음
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일 전 | 0

| 수락됨

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

18일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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...

19일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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...

20일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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...

21일 전 | 0

| 수락됨

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

| 수락됨

답변 있음
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일 전 | 1

| 수락됨

답변 있음
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...

대략 2개월 전 | 1

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

대략 2개월 전 | 0

답변 있음
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...

대략 2개월 전 | 0

답변 있음
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...

대략 2개월 전 | 0

답변 있음
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'...

대략 2개월 전 | 0

| 수락됨

답변 있음
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...

대략 2개월 전 | 0

답변 있음
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...

대략 2개월 전 | 0

| 수락됨

답변 있음
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...

대략 2개월 전 | 0

| 수락됨

더 보기