Mihir - MATLAB Central
photo

Mihir


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/23 to 04/25Use left and right arrows to move selectionFrom 06/23Use 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

0 質問
11 回答

ランク
5,995
of 298,109

評判
8

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,533

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,374

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
I have an indices error in my code
The error you mentioned, "index in position 1 is invalid," is likely caused by the indexing in the line where you update the flo...

2年弱 前 | 0

回答済み
Multiplication of complex numbers and ISTFT result
The complex double numbers you are getting as results after the inverse Fast Fourier Transform (ifft) in variable c1 are likely ...

2年弱 前 | 0

回答済み
Need help to overlay transparent red on gray scale images (or movie) using a binary mask
Hi, you can take the following steps to overlay a red transparent blur over the original grayscale image using the provided mask...

2年弱 前 | 0

回答済み
Calculate the average of a matrix
Hi Lama, your code is on the right track, but there are a couple of issues that need to be addressed. Here's an updated version ...

2年弱 前 | 0

| 採用済み

回答済み
I am getting an error while embedding text file inside the image that is Inputs must be numeric. Error in gliomatextfile (line 17) modifiedImage = bitset(image, bitPlane, bi
The error you're encountering suggests that the variable binaryData is not numeric, which is required by the bitset function. Th...

2年弱 前 | 0

| 採用済み

回答済み
Edit:Pass Struct by Reference to Internal Functions for Code Generation
Hi there, it seems that you want to pass the parameters by reference rather than pass by value In MATLAB, there is no direct w...

2年弱 前 | 0

回答済み
How to import certain lines of a dat file into matlab
In MATLAB, you can use the "textscan" function to read the data from the text file and extract the desired values. Below code sn...

2年弱 前 | 0

回答済み
Average values per hour per day from a timeseries
Yes, you can use a loop to calculate the hourly averages for 365 days using the find function. Here's an example code that shoul...

2年弱 前 | 0

回答済み
how to change the code below with while loop to for loop?
Hi, the replacement of the outer while loop by the for loop can be made by firstly declaring the upperbound of the for loop (num...

2年弱 前 | 0

回答済み
why this code doesn't give me plot line (without error)?
According to the labels mentioned, there is a mismatch between the x labels and the parameter passed the probability and for y l...

2年弱 前 | 0

回答済み
How I Could convert a equation to Coding
To convert an equation with partial derivatives to code in MATLAB, you will first need to define the equation in terms of variab...

2年弱 前 | 0