photo

Shaik


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • Knowledgeable Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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., "-...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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. ...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 1

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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, ~]...

alrededor de 1 año hace | 0

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

alrededor de 1 año hace | 0

Respondida
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 ...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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, ...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

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

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

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

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Cargar más