photo

NAVNEET NAYAN


Last seen: 13 days 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

52 个提问
12 个回答

Cody

0 个问题
45 个答案

排名
2,166
of 299,737

声誉
30

贡献数
52 个提问
12 个回答

回答接受率
76.92%

收到投票数
11

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
11,266
of 165,655

贡献数
0 个问题
45 个答案

评分
516

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Commenter
  • Thankful Level 4
  • First Review
  • Solver
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to transfer color and texture of an image to another image?
I have two RGB images. One is input image and other one is target image. Please find attached the image files. I want to transfe...

1 year 前 | 2 个回答 | 0

2

个回答

提问


How to save videos in a MATLAB standalone application?
I am trying to build a standalone application using MATLAB App Designer. In that, I want to play videos according to the given i...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Different answers on different computers
I executed the attached code line by line on two different systems and found that answers were different. Till the line x_comp...

1 year 前 | 2

提问


What is the reason that GoogleNet takes less time than MobileNetv2 and EfficientNet-b0 for feature extraction from a set of images?
I am using 3 Pre-trained networks namely GoogLeNet, MobileNetv2 and EfficientNet-b0 for feature extraction task on a set of imag...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to speed up feature extraction task using GoogleNet?
I have some queries related to the speed of pretrained networks used for feature extraction. Query 1: I am using pre-trained n...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Can I generate/replicate an entirely new text using an autoencoder trained on a different set of text?
I am working on text generation and taking help of the following example: https://in.mathworks.com/help/deeplearning/ug/generat...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Conversion of Categorical to char while maintaining same dimension
I have a variable having dimension m-by-3. It's datatype is categorical. I am trying to convert it to char datatype while mainta...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Extract part from an RGB image based on the obtained pixel locations.
I had an RGB image and I converted this to a binary image. Then, I got desired pixel locations from a binary image. I want to ex...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
How to sorten the result value depicted on text area
you can use "round" function. See it's documentation (https://in.mathworks.com/help/releases/R2022b/matlab/ref/round.html?s_ti...

2 years 前 | 0

| 已接受

已回答
Concatenating vectors of different length
You have to change the size of first 4 vectors obtained in the first 4 iterations according to the size of vector 5. t1=ones(1...

2 years 前 | 1

提问


MATLAB standalone App not working when installed on another system
I designed a MATLAB App using MATLAB App Designer. My app plays videos corresponding to the given words. It works fine. Next, us...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Stop opening a figure window while using uiwait to pause a playing video in app designer
In my developed GUI, videos corresponding to alphabets are playing. I wanted to pause and resume those videos using push button....

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to display space Key in MATLAB App Designer
I have made a basic GUI that displays videos of alphabets. It's basic look is attached here named as GUI_MATLAB. I am facing a p...

2 years 前 | 1 个回答 | 0

1

个回答

提问


complex values are not supported for video data matlab
I have made an app in MATLAB app designer. Function of this app is to display videos corresponding to given input. My app is wor...

2 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB designed app not working after exporting it to system
1) I had designed a MATLAB app in app designer. It is running successfully and a GUI window opens. I give inputs and correspondi...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
remove the empty values
Please take hint/help from the following link: https://in.mathworks.com/matlabcentral/answers/27042-how-to-remove-empty-cell-ar...

2 years 前 | 0

已回答
How can i reduce the size of the legend and increase the size of the plot figure?
After running the code, in the figure window having the subplots, there is an arrow for edit plot as shown in the attached figur...

2 years 前 | 0

已回答
Is there a function that plot or show the architecture of the lstm model i made?
There are two functions for this: 1) analyzeNetwork and 2) layerGraph.

2 years 前 | 0

已回答
Index exceeds the number of array elements. Index must not exceed 1.
I tried running your code in the command window and I was getting the same problem. As per me, when the value of i will be 3, it...

2 years 前 | 0

| 已接受

提问


Numerical Analysis of changes happening in subsequent image difference
Suppose I have 25 images. Next, I subtract the 1st image from subsequent images. It means now I have (2nd-1st), (3rd-1st), (4th-...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Query related to optical flow calculation
I am calculating optical flow of video frames using the follwing basic lines of code of optical flow. I am also getting good res...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Number of Layers in Googlenet
We know that number of layers in Googlenet is 22. But, when I use it in MATLAB and write the following line of code analyzeNetw...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Convert categorical to string
I have two categorical column vectors of size 872-by-1. I want to calculate the Levenshtein distance between these two. When I a...

4 years 前 | 1 个回答 | 1

1

个回答

提问


concatenating elements of cell
I have a data in 300-by-1 cells and each cell contains 500-by-1 single value. How can I make it 1) two 150-by-500 matrix contain...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Invalid training data. Sequence responses must have the same sequence length as the corresponding predictors.
numFeatures = 1024; numClasses = 249; layers1 = [ ... sequenceInputLayer(numFeatures,'Name','sequence') fullyConnect...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Large gap between training and validation accuracy
I am working on gesture video classification. I have gone through the MATLAB tutorial https://in.mathworks.com/help/deeplearning...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Invalid validation data. For a recurrent layer with output mode 'last', responses must be a categorical column vector.
I am trying to train LSTM network following the example given in mathworks entitled "Classify Videos Using Deep Learning". But ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Change the dimesion of concatenation of RGB images
I am concatenating 95 RGB images of size 240-by-320 and as output I am getting a 4-D image of dimension 240-by-320-by-3-by-95. ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


find intersection points of a line and a curve.
I am attaching here the plot. I want to get the intersection points of the horizontal red line with the curve. Also, I want to d...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Query regarding finding the index which will give 90% of the total area under the curve
I have a curve obtained using curve fitting toolbox. I calculated the area of this curve using both 'trapz' and 'polyarea' fu...

5 years 前 | 2 个回答 | 0

2

个回答

加载更多