photo

Atithi


Last seen: 約2年 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

0 質問
10 回答

ランク
3,114
of 300,763

評判
18

コントリビューション
0 質問
10 回答

回答採用率
0.00%

獲得投票数
1

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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 ...

2年以上 前 | 0

回答済み
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 ...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 1

| 採用済み

回答済み
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" ...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

回答済み
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...

2年以上 前 | 0

| 採用済み