Community Profile

photo

Alejandro


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • 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 ...

6 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...

9 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...

9 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...

9 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...

9 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 ...

9 years ago | 1 answer | 0

1

answer

Question


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

9 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...

9 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...

9 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...

9 years ago | 1 answer | 0

1

answer