Community Profile

Putsandcalls


Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Solved


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

7 years ago

Question


.mex file for a function
Hello, I am running into some trouble for a function given by: function y = fyrandperm(x) % FYRANDPERM - Shuf...

8 years ago | 1 answer | 0

1

answer

Question


Decreasing the computing time of the for loop
Hello, I am looking for some help to deal with this loop, and speed up the computing time. Would anyone have some advice as ...

8 years ago | 1 answer | 0

1

answer

Question


How to loop this over the columns?
Hello, I currently have a code that deals with some indicator and signaling as follows for one row of data indexed by the variab...

8 years ago | 1 answer | 0

1

answer

Question


Is there a way of getting this done more efficiently ?
I have the following code and it is taking a very long time to go through it... I dont think its an infinite loop but it is as f...

8 years ago | 1 answer | 0

1

answer

Question


Switching individual columns in a large matrix
I have been working on some time series data in the past few week and this project is about to approach the deadline. To describ...

8 years ago | 1 answer | 1

1

answer

Question


Difficulty Coming up with a solution, would there be a convenient command for this ??
I am looking to implement a for loop but am not quite sure of how to do this given the for loop. I have thought really hard and ...

8 years ago | 1 answer | 0

1

answer

Question


Is there any way to get this code executed ? Or is there some command for my problem?
Initially, my data had a different number of rows for each individual column. Having said that, I was able to add "0" for all th...

8 years ago | 3 answers | 0

3

answers

Question


Is there anyway to speed this code up ??
Basically, the case with me is that I have a large set of data with only 4 columns. I currently have a dataset array and I want ...

8 years ago | 1 answer | 0

1

answer