Real Name
Followers: 0 Following: 0
Statistics
RANK
5 551
of 295 467
REPUTATION
8
CONTRIBUTIONS
17 Questions
1 Answer
ANSWER ACCEPTANCE
70.59%
VOTES RECEIVED
4
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
Error in function MakeTexture (Matlab and Psychtoolbox)
Here is the error I am getting: Error in function MakeTexture: Invalid Window (or Texture) Index provided: It doesn't cor...
ungefär 6 år ago | 0 answers | 1
0
answersQuestion
imresize is creating negative numbers from a matrix?
I'm doing something like: image = imread(img); image = rgb2gray(image); image = im2double(image); image = imresize...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
How do I free up terminal for a script to keep running, i.e. run a script in two places at once?
I have a camera connected to my computer which, for it to take a video, runs a function that is along the lines of: function...
mer än 6 år ago | 1 answer | 0
1
answerQuestion
How do I disable processing... for source control in directories not under source control?
I have a directory I want to use with source control integration, but whenever I change matlab to another directory, there is th...
mer än 6 år ago | 1 answer | 3
1
answerQuestion
Creating a git repository with gitlab, not work?
I'm at "Manage files using Source Control". When I paste the https link into repository path, I get this error: "cannot open git...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
Is it not possible to use git with R2014a?
I cannot figure out how to get git to work with Matlab.
mer än 6 år ago | 1 answer | 0
1
answerQuestion
Is there a quick way to shift real data points?
I have discrete data points I collected with respect to time. I want to take the difference between a shift in time. In other wo...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
How long does Hold on; last?
I'm trying to plot a couple of graphs, but each refresh and rerun I do, the graph doesn't seem to be updating. Sometimes it does...
nästan 8 år ago | 2 answers | 0
2
answersQuestion
What are symbolic variables?
I don't really understand what they are and why they're needed. I also couldn't find anything about this in the documentary.
nästan 8 år ago | 1 answer | 0
1
answerQuestion
Sum of fourier series:
<</matlabcentral/answers/uploaded_files/66965/Screen%20Shot%202017-01-06%20at%205.40.50%20PM.png>> I just have a quick questi...
nästan 8 år ago | 2 answers | 0
2
answersQuestion
How do I plot the bode plot of this transfer function?
y = 1./((Z0./Zl).^2 * j.*sin(B .* d)/2 + exp(j .* B .* d).*(1 + Z0 ./ Zl)) I've been just doing plot(x,abs(y)). Will this y...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?
I don't have a strong background in control systems. I am just trying to plot the magnitude of the ratio of an output voltage to...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
Is this the correct syntax for replacing a specific element in a dependent vector?
numElem = 9990; w = linspace(2*pi,2*pi*10^18,numElem); wRes = 2*pi*10^9; for n = 1:numElem if w(n) > wRes ...
nästan 8 år ago | 2 answers | 0
2
answersQuestion
Why is Matlab R2016a lagging so bad right after I open it?
I cannot use Matlab. Immediately when I open it, it begins to lag very badly. Also, there are only two files in my folder. Do I ...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
How can I input every file in a directory ending with .txt into my Matlab program while logged in through ssh?
I have a script/program that compares two inputs. I'd like the first input to stay the same throughout. For the other input, I w...
ungefär 9 år ago | 2 answers | 0
2
answersHow do I approximate the value of pi
Are you attempting to use the Leibniz series to approximate pi? That formula you have is not correct.
ungefär 9 år ago | 0
| accepted
Question
Why am I unable to open file with dlmwrite?
I'm using ssh to get into a computer cluster and running a Matlab program on it. I'm trying to take in a read only text file ...
ungefär 9 år ago | 3 answers | 0
3
answersQuestion
How can I specify that dlmwrite write to a textfile with the name of an input?
For example, I want to write a text file to a directory using dlmwrite, and I want to name the text file as the inputted name. I...
ungefär 9 år ago | 1 answer | 0