photo

Atithi


Last seen: quasi 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
10 Risposte

RANK
3.106
of 300.381

REPUTAZIONE
18

CONTRIBUTI
0 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Need help explaining what my for loop is doing when reading in .dat files
The reason dataArray only shows the last day of data is because you overwrite its value in each iteration of the loop. In each i...

oltre 2 anni fa | 0

| accettato

Risposto
how to fit the curve and delete the original data point and save the fitted curve
To fit a smooth curve to your data sets, you can use interpolation or curve fitting techniques. One common approach is to use th...

oltre 2 anni fa | 0

| accettato

Risposto
How to plot an in-ellipse(ellipse inside an object) which also matches the object orientation.
Yes, it is possible to plot the in-ellipse and calculate the major and minor axis lengths using the provided code. The code alre...

oltre 2 anni fa | 0

Risposto
Binary phase shift keying in MATLAB questions and confusion
Generate the pseudorandom code sequence: The GPS L1 pseudorandom code sequence consists of 1023 chips of 1s and 0s. You can gene...

oltre 2 anni fa | 0

Risposto
Adjusting the datetick issue.
By adding the xticks and xticklabels functions, you can set explicit tick locations and labels for the x-axis. In this case, we ...

oltre 2 anni fa | 0

Risposto
How can I represent Temperature VS Radius from this transient routine?
I have made some modifications to the code and also added comments for you to understand it better This code creates a thermal ...

oltre 2 anni fa | 0

Risposto
Heat exchange between bodies
Define the geometry of the objects using rectangles and circles. Combine the geometries by summing them to create a single geom...

oltre 2 anni fa | 1

| accettato

Risposto
Sending one digit variable serially
There might be some error in write() function, it would be better if you send the values using "uint8" instead of using "char" ...

oltre 2 anni fa | 0

Risposto
Blank space when exporting figure as esp file
Works absolutely fine in my device, I tried to create some dummy data for the variables as your code was not complete, and tried...

oltre 2 anni fa | 0

Risposto
Function for getting only 30 peaks per sec of signal not working properly
I have just finished reviewing the code and realized that there was nothing particularly incorrect with the original implementat...

oltre 2 anni fa | 0

| accettato