Pratham Shah - MATLAB Central
photo

Pratham Shah


Lakehead University

2021 年からアクティブ

Followers: 0   Following: 0

EC Graduate and MATLAB Lover

Programming Languages:
MATLAB
Spoken Languages:
English

統計

All
CodyMATLAB AnswersFrom 07/21 to 04/25Use left and right arrows to move selectionFrom 07/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 質問
18 回答

Cody

0 問題
95 解答

ランク
2,870
of 297,972

評判
20

コントリビューション
1 質問
18 回答

回答採用率
0.0%

獲得投票数
2

ランク
 of 20,514

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
2,066
of 159,989

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

スコア
1,357

バッジ数
8

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

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

平均評価

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

平均いいねの数

  • CUP Challenge Master
  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Molar Air Density from Temperature and Pressure
The molar density of air can be found from the Temperature and Pressure using the ideal gas law. where the Molar density STP ...

約1年 前

解決済み


Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel throu...

約1年 前

解決済み


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

約1年 前

解決済み


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

約1年 前

解決済み


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

1年以上 前

解決済み


SatCom #1: Wavelength of an electomagnetic wave
*Satellite and Space Engineering - Problem #1* _This is the first of a series of problems looking at topics in satellite and ...

1年以上 前

解決済み


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

1年以上 前

回答済み
Changing color in matlab
I=imread("xyz_converted.png"); I(:,:,1)=I(:,:,2); [m,n,~]=size(I); I(:,:,2)=zeros(m,n); imshow(I)

1年以上 前 | 0

回答済み
How to measure the performance (precision and recall ) for following model and does it need to have groundTruth?
Yes, You need to have a ground truth in order to obtain accuracy, precision and recall. If you have ground truth you can calcula...

1年以上 前 | 0

解決済み


Mass Conversion 1

1年以上 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

1年以上 前

解決済み


Temperature Conversion 2

1年以上 前

解決済み


Temperature Conversion 1

1年以上 前

回答済み
U-Net for medical image segmentation
Hi! If you have prior knowledge of neural networks you can use encoderDecoderNetwork function to build the required U-Net struc...

2年弱 前 | 0

回答済み
I have a code to length of a shape but I am not getting the correct output accordingly.
Hello Surabhi! Your code is working properly and giving correct output for attached image. As far as unit is concerned, that de...

2年弱 前 | 0

回答済み
How to plot a continuous graph as shown in the below graph?
After analyzing your code, I think you are on totally wrong path. There is no need of using 'for' or 'hold on' to plot point in ...

2年弱 前 | 1

| 採用済み

回答済み
how can i plot two different figures from two scripts side by side??? (i have two seperated codes)
Hi! You can create seperate MATLAB functions for both of the codes and then create new script which calls both the fucntions an...

2年弱 前 | 0

回答済み
Image Segmentation Bounding Box
Hi! As @Image Analyst rightly mentioned, don't use inverted image for bounding box. Use Image | BW. To get the bounding box ar...

2年弱 前 | 0

回答済み
About the position of transmitter site in raytrace
Hi, You can change antenna hight while specifying your transmission site. tx = txsite("Name","Satellite transmitter", ... ...

2年弱 前 | 0

解決済み


Total energy

2年弱 前

解決済み


Potential energy calculation

2年弱 前

解決済み


Kinetic energy calculation

2年弱 前

解決済み


Laws of motion 6

2年弱 前

解決済み


Laws of motion 5

2年弱 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

2年弱 前

解決済み


Laws of motion 3

2年弱 前

解決済み


Laws of motion 2

2年弱 前

解決済み


Laws of motion 1

2年弱 前

解決済み


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...

2年弱 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

2年弱 前

さらに読み込む