photo

Alejandro


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
240,168
of 301,421

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,269

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


How to rearrange rows in specific intervals
I have a matrix like so: [x1 y1 z1; x2 y2 z2; x3 y3 z3; x1 y1 z1; x2 y2 z2; x3 y3 z3; x1 y1 z1; x2 y2 ...

8 years ago | 2 answers | 0

2

answers

Question


How to import multiple files in a for loop using sprintf or other
I'am trying to import text files which have similar names in which only a number changes: node2_200.txt, node2_250.txt, nod...

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to use xlsread for multiple ranges ??
I hope there's an easy answer to this, I'm trying to import some data from a single excel file and also same sheet, but it is no...

11 years ago | 1 answer | 0

1

answer

Question


Importing specific cell from excel file using variables.
I haven't been able to get around this problem, don't know if it is doable at all. I would appreciate some help I have a simp...

11 years ago | 1 answer | 0

1

answer

Question


How to compare rows in same matrix
Hello, I'am trying to solve what seems a simple problem. Looked around and there's plenty of suggestions but just can't manage t...

11 years ago | 1 answer | 0

1

answer

Question


Modifying matrix with if statement
Hello, Im trying to modify a matrix with if statements, not sure if Im approaching it the correct way. Here's the problem, I ...

11 years ago | 1 answer | 0

1

answer

Question


How to name rows in array ?
I have the following matrices: reactions = 0 30...

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to lock or fix an input value given by the user, inside a for loop?
dt=input('time differential = ') segeval=input('seconds to evaluate = ') nn=ceil(segeval/dt) func(nn,1)=zeros...

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to lock or fix an input value given by the user, inside a for loop?
dt=input('time differential = ') segeval=input('seconds to evaluate = ') nn=ceil(segeval/dt) func(nn,1)=zeros...

11 years ago | 1 answer | 0

1

answer

Question


how to change variable name in for loop
I am trying to do a problem for structural analysis, i got stuck in this part trying to make a for loop give me different variab...

11 years ago | 1 answer | 0

1

answer