photo

Shaik


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
54 Réponses

RANG
1 023
of 300 331

RÉPUTATION
74

CONTRIBUTIONS
0 Questions
54 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
6

RANG
 of 20 920

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 124

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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., "-...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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. ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 1

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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, ~]...

plus de 2 ans il y a | 0

Réponse apportée
getting this error message
Hi Manjunath, The error message you encountered, "Unrecognized function or variable 'simmechanics.sli.internal.register_datatyp...

plus de 2 ans il y a | 1

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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, ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

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

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

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

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Charger plus