Statistics
13 Questions
0 Answers
RANK
35,576
of 295,495
REPUTATION
1
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
1
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Renderer for standalone executable.
Hi all, I've built an executable with good amount of Surf (3D) plots. It always ran perfectly on my laptop. However, it crash...
8 years ago | 1 answer | 0
1
answerQuestion
How to convert cell array into double in table
Hi all, I've a table of the format section D1 D2 L sectionID ____________________...
8 years ago | 4 answers | 1
4
answersQuestion
Problem with GUI resolution issues.
I wrote a program to build my GUI. I used character as my units for all the panels,uicontrols and the main GUI figure too. I fix...
9 years ago | 1 answer | 0
1
answerQuestion
Error for assignment of Dynamic string for Struct array in GUI
Hi all, I created a GUI programtically. I've a database (struct array) something like this database.B01.Comp database...
9 years ago | 1 answer | 0
1
answerQuestion
resolution issues in importing TIFF image
Hi all, I've a resolution issue while trying to import a TIFF image(size 9932 X 7015) into my GUI. My code is as follows. ...
9 years ago | 2 answers | 0
2
answersQuestion
How to plot a graph in GUI by passing function
Hi all, I've created a GUI where it takes user input and calualtes and plots the results. All the calculation happens in a fu...
9 years ago | 1 answer | 0
1
answerQuestion
Error "Function subindex is not defined for value of struct"
Hi all, I'm trying to read in multiple .txt files (each file around 400-900MB) which contain sensor channels channels data.I ...
9 years ago | 1 answer | 0
1
answerQuestion
How find and plot intersection of specific points on the graph
Introduction: There are two signals in time domain.First one is a vibration signal in time domain and another is a phase signal ...
9 years ago | 0 answers | 0
0
answersQuestion
Implementation of Narrow band pass filter ( Butterworth)
Hi all, I'm struggling with implementation of narrow band pass filter. I understand from few suggestions (feedback) that it's...
9 years ago | 1 answer | 0
1
answerQuestion
For loop for applying filter for each column
Hi I've a signal which I read into matlab as a 4096x28 matrix. I want to apply for loop as follows which will read one column a...
10 years ago | 1 answer | 0
1
answerQuestion
Problem in finding ABS of a complex number of 2D matrix
I've created a 2D matrix of size 4096x28 which contains complex numbers generated after performing FFT on a raw signal. Now I'm ...
10 years ago | 1 answer | 0
1
answerQuestion
How to combine 2 matrices without sorting
I've 2 matrices of size 2048x1. I want to join both the matrices without sorting. I tried using reshape but it automatically is ...
10 years ago | 1 answer | 0
1
answerQuestion
How to plot a 3D plot.
I've 2 matrices X and Y of size 8192x28. Now I want to plot a 3D plot (Waterfall graph) which would like something like this ...
10 years ago | 1 answer | 0