photo

Shree Harsha Kodi


Last seen: circa un anno fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
I am trying PID tuning using RL how to incorporate filter coefficient in simulink
To incorporate filter coefficients in your Simulink model and add an initial value to your action signal in your MATLAB script: ...

circa un anno fa | 0

| accettato

Risposto
Error in distance calculation by using Monocular Visual Simultaneous Localization and Mapping example
When using the Monocular Visual Simultaneous Localization and Mapping (SLAM) example in MATLAB, the accuracy of the estimated di...

circa un anno fa | 0

Risposto
How do I create the loss function of a weighted classification layer with R2020b?
On defining the dimensions of your variables based on the information you provided: T: Training target variable of size 860x1 c...

circa un anno fa | 0

Risposto
how to define initial dimention to variable that has various dimention in matlab function block simulink?
To initialize the output of the Continuous Wavelet Transform (CWT) block in Simulink, you can use a constant block that matches ...

circa un anno fa | 0

Risposto
How to make separate graph for each class?
To make separate graphs for each class in MATLAB, you can follow these general steps: 1) Identify the classes in your dataset. ...

circa un anno fa | 0

Risposto
Extract values from binary matrix into periodic lattice
To achieve the above you would need the following functions whose relevant docs are privided below MATLAB find function: https:...

circa un anno fa | 0

Risposto
How to determine coastal erosion in matlab?
% Load coastline data from the shapefile coastData = shaperead('your_coastline_file.shp'); % Extract relevant variables mea...

circa un anno fa | 0

| accettato

Risposto
How to select and loop variables in a filename
Folder = 'path_to_folder'; % Specify the folder containing your files files = dir(fullfile(folder, '*.mat')); % Get a list of a...

circa un anno fa | 1

Risposto
Sir, How to extract color and shape features for a leaf image?
% Step 1: Read the leaf image leafImage = imread('leaf.jpg'); % Step 2: Preprocess the image (if needed) % Step 3: Extr...

circa un anno fa | 0

Risposto
How to create a function that can accommodate multiple definitions of the same variable?
In MATLAB, you cannot have multiple definitions of the same variable within the same scope. Each variable name can only be assig...

circa un anno fa | 0

Risposto
permutations of pseudo-random ordering for a psychology experiment
% Define the number of trials and pairs for each type num_trials = 120; num_type_a_pairs = 20; num_type_b_pairs = 40; num_ty...

circa un anno fa | 0