photo

Leostar90


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
36,279
of 300,364

REPUTATION
1

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 1
  • First Review
  • First Answer

View badges

Feeds

View by

Answered
Error using trainNetwork (line 184) The training sequences are of feature dimension 1 792 but the input layer expects sequences of feature dimension 1.
Actually, size of estimated_Q_signals and Q-signal should be same ... in my case size of Q-signal is 1000x1 double. plot(time...

2 years ago | 0

Question


Error using trainNetwork (line 184) The training sequences are of feature dimension 1 792 but the input layer expects sequences of feature dimension 1.
% Parameters n_samples = 1000; signal_frequency = 10; time = linspace(0, 1, n_samples)'; I_signal = cos(2 * pi * signal_freq...

2 years ago | 2 answers | 1

2

answers

Question


Saving Multiple .dat files
I have a matrix with size of 2000*1000. I want to save it into multiple .dat files in such way that each .dat file should have 2...

3 years ago | 1 answer | 0

1

answer

Answered
Get figures and use them to build a video.avi
Thanks for such a perfect answer

3 years ago | 0

Question


Curve fitting for 2d Array
Hi, I have to find slope by using curve fitting in this figure. There are 7 wavefronts in this image. What method should I app...

3 years ago | 2 answers | 0

2

answers