Community Profile

photo

Henry Eriksson


Örebro University

Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • Promoter

View badges

Feeds

View by

Question


My QR-decomposition code returns transpose of MATLABs Q, why?
clear clc %Create random integer dimensions m and n m=randi(100); n=randi(100); %Create A of random integer dimensions m ...

1 year ago | 0 answers | 0

0

answers

Question


How to interpolate an intermediate curve from curves with different number of data points?
Hello See the attached picture. The picture shows 4 stress-strain curves, each curve is for a different temperature. What I wan...

3 years ago | 1 answer | 0

1

answer

Question


Place MATLAB figures in image with placeholders for each figure
I am performing experiments that involves reading data from many sensors. Figures will be created that will represent the data f...

5 years ago | 0 answers | 0

0

answers

Question


Building vector with for- and if statements
My goal is to find all divisors of 30 and put them in a vector. My code right now looks like: k=[]; c=[1:1:30]; for...

7 years ago | 1 answer | 0

1

answer