Shaik
Followers: 0 Following: 0
Estadística
0 Preguntas
54 Respuestas
CLASIFICACIÓN
996
of 295.448
REPUTACIÓN
72
CONTRIBUCIONES
0 Preguntas
54 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
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., "-...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
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. ...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 1
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
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, ~]...
más de 1 año hace | 0
getting this error message
Hi Manjunath, The error message you encountered, "Unrecognized function or variable 'simmechanics.sli.internal.register_datatyp...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada
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, ...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
| aceptada
Transmit bitstream through serial port
Hi, % Open the serial port device = serialport("COM5", 9600); % Convert the floating-point number to fixed point q = quant...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada
Simscape on R2022b_beta
Hi, SimScape is not officially supported on Apple Silicon (M1) processors. SimScape is a part of MATLAB/Simulink, and currently...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada