Community Profile

photo

Shaik


Last seen: 12 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 3
  • First Answer

View badges

Feeds

View by

Answered
How can I read the rotor velocities in the PX4 read block in Simulink?
Hi Salvatore, To read the rotor velocities of a quadrotor in PX4 using the PX4 toolbox in Simulink, you can use the vehicle_mot...

12 maanden ago | 0

| accepted

Answered
Same code but different results on Mac and PC
Hi Scott It seems like you are experiencing a difference in the results of your code when running it on different platforms (PC...

12 maanden ago | 0

Answered
read csv with negative values (blank space between number and minus)
Hi Sara! To address the issue with negative numbers in your CSV file that have a blank space before the negative sign (e.g., "-...

12 maanden ago | 0

Answered
How to generate 2D complex white Gaussian sequence with a zero mean and identity covariance?
N = 100; % Size of the matrix w_real = randn(N) * sqrt(N/2); % Real part with mean 0 and variance N/2 w_imag = randn(N) * sq...

12 maanden ago | 0

| accepted

Answered
Error transfer in single-sphere neutron spectrometer-based solution problems
Hi there! I'm glad to help you with your project. Solving underdetermined equations with measurement errors can indeed be a chal...

12 maanden ago | 0

Answered
how to use DLTdv8 at MATLAB online?
Hi Shion, Hope you are doing great. Unfortunately, DLTdv8 (DLT Data Video v8) is a specific software package developed by Dr. ...

12 maanden ago | 0

Answered
Test the position relationship between GPS and IMU
Hi, If you are unable to connect to the website http://www.svlsimulator.com/, but you have access to a local map and vehicle mo...

12 maanden ago | 0

Answered
Report Generator by raw pdf object for .net project
Hi Joshi, Yes, it is possible to generate a PDF using the Report Generator and save it locally in your .NET application. Instea...

12 maanden ago | 0

Answered
How to know a input is expected when compiling Simulink model?
Hi, Yes, you can automate the compilation process of Simulink models and handle user inputs using MATLAB scripting. Here are so...

12 maanden ago | 0

Answered
how does one eliminate blank white space below the figure i have constructed completely across the background, reducing the top to bottom length only, without changing scale
Hi Frank, To eliminate the blank white space below a figure without changing its scale, you can try adjusting the aspect ratio ...

12 maanden ago | 0

Answered
fuzzy c means clustering in potholes detection
Hi Muhammad, Certainly! Fuzzy C-means (FCM) is a clustering algorithm that can be used for image segmentation, including pothol...

12 maanden ago | 0

| accepted

Answered
How do I get rid of this error message?
Hi, The error message you're encountering suggests that the base rate of your Simulink model is set to 0 milliseconds, which is...

12 maanden ago | 1

Answered
How to fix Error "Failed to read private key: Error 101077092"??
Hi, The error message "Failed to read private key: Error 101077092" suggests that there is an issue with reading the private ke...

12 maanden ago | 0

Answered
How to extend this code to 3 dimension to get a sphere and how to visualize it?
To extend the code to generate a sphere in 3D, you can introduce an additional dimension Nz and modify the condition inside the ...

12 maanden ago | 0

Answered
how to convert a graph from the satellite data to an image form
% Import satellite data sat_data = imread('satellite_data.jpg'); % Reshape the data into an image format [rows, columns, ~]...

12 maanden ago | 0

Answered
getting this error message
Hi Manjunath, The error message you encountered, "Unrecognized function or variable 'simmechanics.sli.internal.register_datatyp...

12 maanden ago | 0

Answered
how to create a loop to calculate the mean of pixels of satellite data of a specified area like india? pixe size of the data is 1440*720
Hey, check this once % Load or create an image image = imread('your_image.jpg'); % Replace with your image file name or path ...

12 maanden ago | 0

Answered
Replacing sequences in matrix
Hi Smithy, Can you check this once, hope it helps clear; close all; clc; results = [4,5,6,7,8,9,10,11,12,13, ... 104,1...

12 maanden ago | 0

Answered
I need to place the results of several msheatmap functions one above the other in a single figure, where they share the x-axis
Hi, To visually compare the behavior of multiple variables and create a single figure with grouped events, you can use the subp...

12 maanden ago | 0

Answered
How to choose neighbors in MATLAB
Hi Charu Shree garu, To include the neighbors k1 and k2 such that their values are not equal to i and j, you can modify your co...

12 maanden ago | 0

| accepted

Answered
Get values from c++ using S-function builder
Hello, Hope you are doing good. To create an S-function using the S-function Builder, you need to define the inputs, outputs, ...

12 maanden ago | 0

| accepted

Answered
Sending Data sensor from MATLAB Simulink to firebase
Hi Hamza, Yes, you can connect MATLAB to the Firebase Realtime Database using the Firebase REST API. The REST API allows you to...

12 maanden ago | 0

| accepted

Answered
When training reinforcement learning agents, the C drive is fully occupied
Hi Yunyi, When training reinforcement learning agents using the reinforcement learning toolbox in MATLAB, it's important to man...

12 maanden ago | 0

| accepted

Answered
Transmit bitstream through serial port
Hi, % Open the serial port device = serialport("COM5", 9600); % Convert the floating-point number to fixed point q = quant...

12 maanden ago | 0

Answered
The training sequences are of feature dimension 60093 but the input layer expects sequences of feature dimension 39.
Hi Hamza, The error message you encountered indicates a mismatch between the feature dimensions of your training data and the i...

12 maanden ago | 0

Answered
farfield faurhofer diffraction power ratio mismatch
Hi Sean, The issue in your code lies in the calculation of the variable beta inside the second loop. Currently, you calculate b...

12 maanden ago | 0

Answered
I want to color for $\eta<1.054288$ by blue and red for, $\eta>1.054288$ of a curve from data
Hi Atom, To change the color of the curve based on specific conditions, you can use the plot function multiple times with diffe...

12 maanden ago | 0

Answered
DTC-SVPWM for 4-phase SRM
Hi Amin, Certainly, I can provide some guidance on implementing space vector pulse width modulation (SVPWM) for a 4-phase switc...

12 maanden ago | 0

| accepted

Answered
Simscape on R2022b_beta
Hi, SimScape is not officially supported on Apple Silicon (M1) processors. SimScape is a part of MATLAB/Simulink, and currently...

12 maanden ago | 0

Answered
power microgrid simulink - power grid injection
Hi Giulia, Hope you are doing good, In the Simulink "power_microgrid" model, the three-phase generator represents the electric...

12 maanden ago | 0

| accepted

Load more