Community Profile

photo

sai charan sampara


Last seen: 2 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistiche

  • Knowledgeable Level 2
  • 6 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How to plot four scatter diagram on a single page?
Hello, You can use the "tiledlayout" feature or "subplots" feature in MATLAB. It can be done as follows: x = linspace(0,30); ...

1 giorno fa | 1

Risposto
Determine data cells in Excel
Hello Erik, The following code might help you. I have used random data in the Excel file to verify the code. To get the timesta...

1 giorno fa | 0

Risposto
Time vs displacement plot of a Transfer function
Hello Hassan, The following code might help you: %% parameters R = 5e-6; zeta= 0.2308; iota= 1.3; rhom= 997; rhonu = 1....

2 giorni fa | 0

| accettato

Risposto
Errors in turbulent image analysis.
Hello, The error in line 5 is probably because you are trying to access indices that are beyond the size of the image "I". You ...

2 giorni fa | 1

Risposto
Convert syms struct to numerical values
Hello, To solve the ode with initial condition as (x,y)=(1,1). You can do the following: syms x(t) y(t) ode1=diff(x)==2*x+y; ...

3 giorni fa | 0

Risposto
The parkingSpotPath.mat example isn't showing up.
Hi Andrei, If you want to open the example "Perception-Based Parking Spot Detection Using Unreal Engine Simulation", run the fo...

4 giorni fa | 0

Risposto
Simulink circuit calculations of current etc
Hi Garry, The red line indicates that the connection is not possible. This is because you are trying to connect two blocks that...

4 giorni fa | 0

Risposto
Find the variable inside the LCM argument
Hi ali, If the LCM (least common multiple) of 2 numbers is known and one of the number is known then the value of the second nu...

6 giorni fa | 0

Risposto
How can I plot graph with lines of different color each using for loop?
Hi Szu, Firstly there are some errors to be corrercted. The variable "i" needs to be intialized to zero every time the outer lo...

6 giorni fa | 0

| accettato

Risposto
how can ı fixed
Hello Öner, I understand that you are trying to take variable "a" as input and then define variable "r" as an array with values...

circa un mese fa | 0

Risposto
use struct in loop for
Hello Najafi, I understand that you are trying to create a struct "s" with field names "A1", "A2”, ... "A30" each having value ...

circa un mese fa | 0

Risposto
파일을 찾을 수 없거나 권한이 거부되었습니다. 오류가 뜹니다.
Hello Yang, I understand that you are unable to read from a file due to permission related issues. The following actions could...

circa 2 mesi fa | 0

Risposto
Find maxima in proximity
Hello Raphael, I understand you are trying to find the maximums in “st_Q_exert” around known indices of maximums in “st_T_exert...

circa 2 mesi fa | 0

Risposto
error empty sym: 0-by-1
Hello Mattia, I understand that you are getting an “empty sym” when trying to solve a system of equations. For a system of equ...

circa 2 mesi fa | 0

Risposto
How to build a bilinear model in simulink, using in the simscape model
Hello HUANG, I understand that you want to connect the output of a MATLAB function to a Simscape block. It can be done as foll...

circa 2 mesi fa | 0

Risposto
Unable to run the highway lane change using Roadrunner Scenario
Hello Sayandip, I understand that you are getting an error saying, “Dot indexing is not supported for variable of this type” wh...

2 mesi fa | 0

Risposto
I am trying to assign a new set of alphabets to a strand of alphabet matrix that I already have
Hello Lee, I understand that you are trying to replace every letter of the sequence by a specific letter based on the mapping g...

2 mesi fa | 0

Risposto
Unable to write to BLE characteristic that has write permission
Hello Erik, I understand that you are trying to write to a characteristic using MATLAB. Writing to a characteristic is possible...

2 mesi fa | 0

Risposto
Three level inverter PID controller tuning
Hello Yojan, I understand that you are trying to remove the high frequency ripple in the output by tuning the PI controller. F...

3 mesi fa | 0

Risposto
Solver was unable to reduce the step size without violating the minimum step size value of 4.9717E-17 for 1 consecutive times at time 0.0139941.
Hello Luca, The warning “Solver was unable to reduce the step size without violating the minimum step size value” can be caused...

3 mesi fa | 0

Risposto
Can MATLAB Play or Record 384 kHz Sampling Rate Audio Stream?
Hello Van, I understand that you are trying to play an audio with a sampling rate of 384kHz. MATLAB does support playing audio...

3 mesi fa | 0

Risposto
Techniques of common subexpression elimination, disorganization in MATLAB, etc..
Hello Babak, Common Subexpression Elimination (CSE) is a property of a compiler that aims to identify and eliminate redundant c...

3 mesi fa | 0

Risposto
I want to Obtain Closed Loop Response of my Plant with proposed controller using simulink.
Hello Muhammad, I understand that you are trying to plot the frequency response of open loop and closed loop systems and trying...

3 mesi fa | 0

Risposto
Simulink 연산량 최적화
Hello, I understand that you are looking for ways to optimize the number of computations in the generated code from a Simulink ...

3 mesi fa | 0

| accettato

Risposto
Plotting wind field data on top of a Geographic map
Hello Shai, I understand that you are trying to plot wind field data on top of geographic map. You can do this by using th...

5 mesi fa | 0

Risposto
Plot contourplot of 2 inputs and 1 output, with one input being varied at z-axis.
Hello, I understand that you are trying to plot the output on y axis and give the second input as levels in a contour plot. ...

5 mesi fa | 0

Risposto
Bode Plot for a State Space with two inputs, one constant one oscillating between 0 and 15.
Hello Brandon, I understand that you are trying to create a bode plot of a state space with multiple inputs. Transfer func...

5 mesi fa | 0

Risposto
I need help properly implementing the power method to find the eigenvalues
Hello Brandon, I understand that you are trying to find eigen vectors for a matrix using power method and want to know the re...

5 mesi fa | 0

Risposto
This gives an error that says, "Index in position 2 is invalid. Array indices must be positive integers or logical values."
Hello Connor, I understand that you are trying to find out why the error “Index in position 2 is invalid.Array indices must b...

5 mesi fa | 0

Risposto
How to fit the Neo Hookean model i.e., stress = 2*c1.*((strain)^2 - 1/strain) to a given stress and strain data and to estimate the parameter c1.
Hello Shekar, I understand that you are trying to fit available data into an equation of required form. You can use the Cu...

5 mesi fa | 0

Carica altro