photo

Sathvik

MathWorks

Last seen: 28 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Disclaimer: All opinions I express on this forum are my own, and not representative of MathWorks.

Programming Languages:
C++

Statistik

MATLAB Answers

0 Fragen
11 Antworten

RANG
4.361
of 300.352

REPUTATION
12

BEITRÄGE
0 Fragen
11 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
rounding a number up to a decimal point
Hi Alberto The 'ceil' function rounds up. N=4.3; N_out = ceil(N) Hope this solves your query

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
ImplicitReceive and ExplicitReceive RTE Autosar code generation
Hi Tejas, I understand you want to generate ‘ExplicitReceive’ in the code generated from your Simulink model. You can...

etwa 2 Jahre vor | 0

Beantwortet
How to check if custom terrain object with a given name already exists?
Hi Mike I understand that you want to write a script that skips adding the terrain if the terrain exists. You can use a ‘try c...

mehr als 2 Jahre vor | 0

Beantwortet
I wish to calculate the mean values of temperature over the latxlon grid and only for 12GMT for all the 65 months using matlab code.
Hi You can take the mean of the data as such latxlon = randi([20 40],5,5,2,65); meanTemp = mean(latxlon(:,:,2,:)); If you wa...

mehr als 2 Jahre vor | 0

Beantwortet
S-Functions Arrays of Size Defined Externally
To use the value of ‘DMA_BUFFFER_SIZE’ defined in the header file in your S- Function, it can be defined in a separate header fi...

mehr als 2 Jahre vor | 0

Beantwortet
Electric motor simulation change parameters
You can copy the command from the link The command is ee_bldc_ideal_input_performance_curves Once you enter the command in...

mehr als 2 Jahre vor | 0

Beantwortet
Sync Video TTL pulses to another signal
Hi Deepika You can start off by creating an array of the indices of rising edges of the TTL Pulses. Your code could look someth...

mehr als 2 Jahre vor | 0

Beantwortet
How to animate the change of values on different points across a cylinder object?
Hi Emirali Caferzade You can go about creating the animation by following the below steps. 1. First, create the cylinder...

mehr als 2 Jahre vor | 0

Beantwortet
BCH DVB-S2 codes for short code length LDPC
Hi George By setting a generator polynomial, you are shortening the BCH code to a message length of 5 (since the default Sh...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
what block in simulink can be used for remote control flysky?
Hi Noor I understand that you are trying to use a simulink block for your remote control Flysky. However, Simulink curren...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
Is it possible to run Simulink in external mode (connected to some microcontroller) with a sample time of 1e-6 s or even lesser?
Hi Nirbhay I understand that you are trying to run your Simulink Model in external mode with a sample time of 1e-6 time. ...

mehr als 2 Jahre vor | 0