Shaik
Followers: 0 Following: 0
Statistik
0 Fragen
54 Antworten
RANG
996
of 295.448
REPUTATION
72
BEITRÄGE
0 Fragen
54 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
5
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
mehr als ein Jahr vor | 0
| akzeptiert
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...
mehr als ein Jahr vor | 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., "-...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert
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...
mehr als ein Jahr vor | 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. ...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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 ...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert
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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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 ...
mehr als ein Jahr vor | 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, ~]...
mehr als ein Jahr vor | 0
getting this error message
Hi Manjunath, The error message you encountered, "Unrecognized function or variable 'simmechanics.sli.internal.register_datatyp...
mehr als ein Jahr vor | 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 ...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert
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, ...
mehr als ein Jahr vor | 0
| akzeptiert
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...
mehr als ein Jahr vor | 0
| akzeptiert
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...
mehr als ein Jahr vor | 0
| akzeptiert
Transmit bitstream through serial port
Hi, % Open the serial port device = serialport("COM5", 9600); % Convert the floating-point number to fixed point q = quant...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert
Simscape on R2022b_beta
Hi, SimScape is not officially supported on Apple Silicon (M1) processors. SimScape is a part of MATLAB/Simulink, and currently...
mehr als ein Jahr vor | 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...
mehr als ein Jahr vor | 0
| akzeptiert