Statistics
RANK
25,661
of 295,673
REPUTATION
1
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Importing a collection of jpg into matlab
Question edited: How can I go about bringing in a collection of matlab fig files and editing them all at once, where the pro...
12 years ago | 2 answers | 0
2
answersQuestion
Error using fprintf , not defined for cell inputs
I have a trivial bug that has me stumped. t=[0:30]; %Infection I=0.05*exp(-t); %Loosening L=0.01*exp(0...
12 years ago | 2 answers | 0
2
answersQuestion
Rather trivial question
Is there something that I can do that will make long lines of code not extend past the read line, so that when I publish a docum...
12 years ago | 1 answer | 0
1
answerQuestion
Adding uneven matrices
Hey guys, is there a method(aka function) by which I can add two matrices that aren't the same size and make it so that the ...
12 years ago | 2 answers | 0
2
answersFFT issue
%v(t) t=-1.5:0.001:1.5; %time, s B=1.5*pi; %T f0=20; %Hz for i=1:length(t); v(i...
12 years ago | 0
Question
FFT issue
When I attempt a Fourier Transform of my data, v, all the values of Y are NaN + NaNi %v(t) t=-1.5:0.001:1.5; %tim...
12 years ago | 3 answers | 1
3
answersQuestion
Trouble allocating values to matrix
Hello. I am trying to assign values to a matrix, but am having some trouble doing so. clc; clear all; X=one...
12 years ago | 2 answers | 0
2
answersQuestion
Refining the step size in colorbar
Hey guys, searching has produced nothing fruitful. How can I go about adjusting step size on a colorbar? Thanks, BT
13 years ago | 1 answer | 0