Naman
Followers: 0 Following: 0
I am currently an undergraduate student at Indian Institute of Technology (BHU) Varanasi.
Programming Languages:
C++, C, MATLAB
Spoken Languages:
English, Hindi
Professional Interests:
Programming, Image Processing Toolbox, Hyperspectral Image Processing
C++, C, MATLAB
Spoken Languages:
English, Hindi
Professional Interests:
Programming, Image Processing Toolbox, Hyperspectral Image Processing
Feeds
已回答
Got stuck in Normalization and rescaling. Please Help
Hi Pravin, Normalization refers to the process of transforming data to have a specific distribution or range. It typically in...
Got stuck in Normalization and rescaling. Please Help
Hi Pravin, Normalization refers to the process of transforming data to have a specific distribution or range. It typically in...
1 year 前 | 0
| 已接受
已回答
MOVING AVERAGE FILTERING VS LOESS
Hi pizzaa , Both the moving average filter and the LOESS filter can be used to improve the visualization of warp and weft in 3...
MOVING AVERAGE FILTERING VS LOESS
Hi pizzaa , Both the moving average filter and the LOESS filter can be used to improve the visualization of warp and weft in 3...
1 year 前 | 0
已回答
Wanted to know about Morphological Profiles for different scale values.
Hi Pranav, There are some changes required in your code to compute Morphological Profiles Feature Extraction for Multiple scal...
Wanted to know about Morphological Profiles for different scale values.
Hi Pranav, There are some changes required in your code to compute Morphological Profiles Feature Extraction for Multiple scal...
1 year 前 | 0
| 已接受
已回答
How to create 3d solid cylinder in matlab with help of meshgrid with each of its coordinates fetchable
Hi Sakshi, There are some changes required in your code to create a 3d solid cylinder in MATLAB with the help of meshgrid and ...
How to create 3d solid cylinder in matlab with help of meshgrid with each of its coordinates fetchable
Hi Sakshi, There are some changes required in your code to create a 3d solid cylinder in MATLAB with the help of meshgrid and ...
1 year 前 | 0
已回答
How are the inductor and capacitor values of the boost converter calculated in a two-stage grid-connected PV system?
Hi Mohammad Sh This document will help you Basic Calculation of a Boost Converter's Power Stage (Rev. D) in calculating the ind...
How are the inductor and capacitor values of the boost converter calculated in a two-stage grid-connected PV system?
Hi Mohammad Sh This document will help you Basic Calculation of a Boost Converter's Power Stage (Rev. D) in calculating the ind...
1 year 前 | 1
| 已接受
已回答
Unable to perform assignment because the size of the left side is 15-by-16 and the size of the right side is 16-by-16.
Hi nana, This error is because of incompatible sizes of left hand and right hand side matrices. If we put n=16 and i=1 for...
Unable to perform assignment because the size of the left side is 15-by-16 and the size of the right side is 16-by-16.
Hi nana, This error is because of incompatible sizes of left hand and right hand side matrices. If we put n=16 and i=1 for...
1 year 前 | 0
已回答
How to plot angle (in radians) versus phase shift?
Hi Rahul, To plot phase angle against angle in radians instead of linear distance, you will need to replace the x-axis values ...
How to plot angle (in radians) versus phase shift?
Hi Rahul, To plot phase angle against angle in radians instead of linear distance, you will need to replace the x-axis values ...
1 year 前 | 0
| 已接受
已回答
why the 0.1 is a high require in f2 line
Hi Jichao Zhang, The 'RelTol' parameter in the integral3 function sets the relative error tolerance for the numerical integrati...
why the 0.1 is a high require in f2 line
Hi Jichao Zhang, The 'RelTol' parameter in the integral3 function sets the relative error tolerance for the numerical integrati...
1 year 前 | 1
已回答
Extract a Image data coordinated into excel/txt/mat file from XY plot graph with various line plots on it
You can refer to userManual.pdf (automeris.io) . It will help you in extracting data.
Extract a Image data coordinated into excel/txt/mat file from XY plot graph with various line plots on it
You can refer to userManual.pdf (automeris.io) . It will help you in extracting data.
1 year 前 | 0
已回答
Extract a Image data coordinated into excel/txt/mat file from XY plot graph with various line plots on it
Hi Venkatkumar, You can use WebPlotDigitizer. It's an opensource tool that let's you automatically extract data from differen...
Extract a Image data coordinated into excel/txt/mat file from XY plot graph with various line plots on it
Hi Venkatkumar, You can use WebPlotDigitizer. It's an opensource tool that let's you automatically extract data from differen...
1 year 前 | 0
| 已接受
已回答
How to store values from a loop?
Hi Edward, Here you are overriding the V_favg value with every iteration of for loop V_favg=mean(data(:,2)); Instead creat...
How to store values from a loop?
Hi Edward, Here you are overriding the V_favg value with every iteration of for loop V_favg=mean(data(:,2)); Instead creat...
1 year 前 | 0