Community Profile

photo

VINAYAK LUHA


NATIONAL INSTITUTE OF TECHNOLOGY ROURKELA

Last seen: 3日 前 2022 年からアクティブ

Followers: 0   Following: 0

連絡

Hello World !

統計

All
  • 6 Month Streak
  • Knowledgeable Level 4
  • Community Group Solver
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to convert speech to text
Hi Aviral, I understand that you want to build your own speech-to-text-model from scratch in MATLAB. If you don't have a model ...

3ヶ月 前 | 1

回答済み
Regridding 2D TROPOMI methane data without interpolation.
Hi Deepshikha, I understand that you are working with the TROPOMI methane data and want to collect using MATLAB all the data fa...

3ヶ月 前 | 0

回答済み
Possible memory leak when opening figures that are maximized (2021b)
Hello Chip, It appears that you're experiencing high memory usage when generating multiple figures in MATLAB on your MacOS syst...

3ヶ月 前 | 0

回答済み
Communication with Logitech G29 Steering Wheel?
Hi OMA, The error during simulation run while communicating with Logitech G29 steering wheel using Simulink "G29 Simulink-Bloc...

3ヶ月 前 | 0

回答済み
Frequency of unique items per month from timetable data
Hi Paddy, From what I gather, you possess a timetable containing two columns: 'Timestamp' and 'Stat'. The 'Stat' column contain...

3ヶ月 前 | 0

| 採用済み

回答済み
Setting legend of a plot
Hello Shahriar, It looks like you want to overlay two sets of axes, with the larger one encompassing the smaller, and include a...

3ヶ月 前 | 0

回答済み
Does Matlab come bundled with "MATLAB Engine API for .NET." or is it a separate install?
Hello Tanveer, The MATLAB Engine API for .NET is included with MATLAB and only necessitates a MATLAB license for usage. For mor...

3ヶ月 前 | 0

| 採用済み

回答済み
find similar numbers within a matrix
Hi Alberto, Try this [r, ~] = find(abs(M(:,1) - P(1,1)) <= 0.01 & abs(M(:,2) - P(1,2)) <= 0.01 & abs(M(:,3) - P(1,3)) <= 0.01)...

4ヶ月 前 | 0

回答済み
How to solve Extract Error in Runtime Compiler installation - Missing entry: shared_signalwavelet_win64?
Hi @Hamsadhwani It seems like your downloaded files are either corrupt or incomplete or some antivirus program in the system is...

4ヶ月 前 | 0

| 採用済み

回答済み
Where can I find the videos used in the Visual Perception Using Monocular Camera example
Hi Daniel, Assuming that you have the required installations and are able to run the mentioned example successfully, you may ob...

4ヶ月 前 | 1

回答済み
Unable to access services required to run MATLAB (error 5001).
Hi Jumageldi, The possible workarounds to resolve this error has been already been documented by MathWorks Support team here - ...

4ヶ月 前 | 0

回答済み
Check the format of a string.
Hi Govind, Apparently, you have datetime of different formats and want to assert that a particular datetime is in a particular ...

4ヶ月 前 | 0

回答済み
Error using fscanf Invalid file identifier.
Change line 62 with FILE1 = fopen(sprintf('D:\\Mejena_Case\\FUNWAVE_Simulation\\mejena_tsunami\\work\\output1\\sta_%04d.txt',n...

4ヶ月 前 | 0

| 採用済み

回答済み
how do I extract MODIS-Aqua data for multiple locations on cruise track for different dates?
Hi Mansi, It seems you have the daily(assuming) chlorophyll-a data from the MODIS sensor on NASA's Aqua satellite ready with yo...

4ヶ月 前 | 0

回答済み
A Terminal User Interface (TUI) for a Matlab application
Hi Santtu, I understand that you wish to build a terminal user interface for a MATLAB application. Since the functional requir...

4ヶ月 前 | 0

回答済み
Genetic Algorithm: Find best input combinations that will give global maximum of the output of a non-linear ODE mathematical model using Genetic algorithm
Hi Darshna, I understand that you want to find the maximum value of the variable "x3" using Genetic Algorithm in MATLAB. Go th...

4ヶ月 前 | 0

回答済み
Separating Data of Exercises
Hi Muhammad, I understand that you want to segment a time series data of Center of Mass (CoM) movement from an exercise routine...

4ヶ月 前 | 0

回答済み
How do I tell matlab to identify vertices within ROI?
Hi Mariam, I understand that you're looking to identify the vertices of the hexagons that fall within the boundaries of a freeh...

4ヶ月 前 | 0

回答済み
I have successfully installed and downloaded MATLAB but I can’t find it anywhere in my computer with Linux system?!
Hello Masoumeh, I comprehend that you've succesfully installaed MATLAB on your Linux system and are looking to determine the i...

4ヶ月 前 | 0

回答済み
Hough lines not reaching the edge of an image
Hi Joe, I understand that you have applied hough lines detection on an image and were able to detect almost all lines. Further...

4ヶ月 前 | 0

回答済み
Video and image analysis of microfluidics channel with a growing bubble. Calculate the size of the bubble.
Hello Nicolas, I understand that you have a video footage of an expanding bubble and seek guidance on determining the frame num...

4ヶ月 前 | 0

回答済み
How to read files from a particular website?
Hello Pouya, I understand that you're looking to download files organized as a table from the mentioned website using MATLAB a...

4ヶ月 前 | 0

回答済み
How to save network obtained from a loop to use it for prediction?
Hello Nurliana, I understand that you're training a series of neural networks within MATLAB and you wish to preserve one partic...

4ヶ月 前 | 0

回答済み
How to find the minimum of each layer of a 3d array, then the maxima of those values and it's location in the original matrix
Hi Jocab, I understand that you have a 3D matrix where each layer is of size 3x2, and you want to find the minium value within ...

5ヶ月 前 | 0

回答済み
Do a loop with a restriction in a duration array
Hi Flashpose, I understand that you have an array of strings called "msg_NoMatchAIS1short". The indices of this array maps to t...

5ヶ月 前 | 0

回答済み
It is possible to restore/delete an ROI after imager segmenter app binary apply?
Hi Nuno, I see that you're interested in finding out if there's a way to delete a binary masked ROI created with the MATLAB ima...

5ヶ月 前 | 0

回答済み
Creating a VAT Calculator in MATLAB
Hi Kiwn, I understand that you are interested in creating a VAT calculator in MATLAB and need assistance completing the code fo...

5ヶ月 前 | 0

回答済み
Computing camera positions and angles from multiple images of the same surface
Hi Itamar, I understand that you have captured multiple images of a surface from a camera positioned at different locations, an...

5ヶ月 前 | 0

回答済み
Converting clibarray to matlab array
Hi Boguslaw, I underastand that you are calling a C++ ".dll" file in MATLAB which returns an array of type "clib.array.libname....

5ヶ月 前 | 0

回答済み
vpasolveで解いた方程式の解がない場合の代入
Hi 泰誠 平山, 私の母国語は日本語ではないので、この質問には英語で答えます。ご理解のほどよろしくお願いいたします。. I understand that you aim to numerically solve symbolic equations...

5ヶ月 前 | 0

さらに読み込む