ragnor
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
81,401
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
How to regenerate the regression plots from a stored network?
Hello all, I have stored my trained network as .mat file. When i load the network, i can find all the information about the net...
3 years ago | 1 answer | 0
1
answerQuestion
Creating a mesh in a 3-d plot.
Hello matlab community, Can someone please help me to create a mesh surface where the points are connected and it looks like th...
3 years ago | 1 answer | 0
1
answerQuestion
how to plot 1x1 struct timeseries having field names cell 1x1 array? The .mat file is a time series data with 3 columns of data with respect to time.
% % Plotting data from the .mat file data = load('THPWM.mat') sCell = struct2cell(data); Array = [sCell{:}]; t= Array(...
3 years ago | 1 answer | 0
1
answerQuestion
Problem with reshape and Surf plot
Hello MATLAB Community, I have the following script and data where i would like to plot a 3d Surface and it works well for some...
3 years ago | 1 answer | 0
1
answerQuestion
Problem with Plot 3D
Hello Matlab Community, I am trying to plot a 3D coloured with some data, however the plot is looking a bit different. The nega...
3 years ago | 1 answer | 0
1
answerQuestion
Reconstructing Sine wave using Fundamental frequency, Amplitude and zero crossing Points
Hello Everyone I am trying to construct a sine wave using the formula sinewave = amplitude*sin(2*pi*F*T) where i know the value...
3 years ago | 0 answers | 0
0
answersQuestion
Getting the Fundamental Frequency from Line to Line Voltage without distorting the signal.
Hello Community, I have obtained the line to line voltage from the inverter test bench and i want to obtain the fundamental wav...
3 years ago | 1 answer | 0