photo

VINAYAK LUHA


NATIONAL INSTITUTE OF TECHNOLOGY ROURKELA

Last seen: Today 2022 年からアクティブ

Followers: 0   Following: 0

Hello World !

統計

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

バッジを表示

Feeds

表示方法

回答済み
Determine the centroid and radius of the intervertebral disk
Hi Leonardo, You can use MATLAB "Image Segmenter App" to preprocess your medical image for segmenting the intervertebral disc ...

3日 前 | 0

回答済み
I want to find the distance of each cross from the center blue cross when the mat with grid lines is moving i.e. it will be a video.
Hi Shaherbano, I understand that - You have video featuring a checkerboard with some green and red cross markings and, You ar...

5日 前 | 0

| 採用済み

回答済み
Automating the process of comparing between multiple images based on some conditions
Hi Saumalya, I understand that you have two sets of image data, labeled "Handwritten" and "Standard," and you wish to compare e...

7日 前 | 0

回答済み
How do I install Matlab trial on ubuntu remote ubuntu machine through a command line?
Hi Kiran, Follow the steps below to install a trial license MATLAB on a Linux OS using command line: Fill out the details on t...

8日 前 | 0

回答済み
Bubble detection - separate bubbles + connect them with bottomedge + delete inner circl
Hi Thomas, I understand that you want to address the following issues in your MATLAB bubble detection workflow: Some bubbles h...

11日 前 | 0

回答済み
How to make a geometry transparent?
Hi Bacha, I understand that you have a MATLAB figure consisting of several closed entities and you want to make the geometry o...

11日 前 | 0

| 採用済み

回答済み
Crop a 1m * 1m image along a 60 ° line, with a cutting area of 0.1m * 0.1m rectangle, for a total of 100 images
Hi Brittney, My understanding is that you want to draw a line with a 60-degree slope starting from the bottom left corner of yo...

11日 前 | 0

| 採用済み

回答済み
Read a userid file and search for userid.json in directory and then search json file
Hi Sunshine, To find the .JSON files with filenames same as the ones in your "userids.txt" file, you may use the MATLAB "textsc...

12日 前 | 0

回答済み
Restore Simulink autosave to original file
Hi William, I understand that you want to recover your original ".SLX" Simulink model from a ".SLX.AUTOSAVE" file. To do this, ...

13日 前 | 0

回答済み
Merging different legend labels
Hi Mahmut, My understanding is that you have multiple line plots from different models and want to create a common legend for a...

15日 前 | 0

| 採用済み

回答済み
How to draw a graph like the image attached below in MATLAB
Hello Mertesacker, To create a plot with a filled gradient color, you can use the MATLAB "patch" or the "fill" functions. Fo...

15日 前 | 1

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

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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)...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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 - ...

6ヶ月 前 | 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 ...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

6ヶ月 前 | 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...

7ヶ月 前 | 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...

7ヶ月 前 | 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...

7ヶ月 前 | 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...

7ヶ月 前 | 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...

7ヶ月 前 | 0

さらに読み込む