Community Profile

photo

Chris Verhoeven


Last seen: 2 years ago Active since 2019

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Answered
dimensions of matlab function block
This link might be useful https://nl.mathworks.com/help/matlab/ref/function.html

4 years ago | 0

Answered
dimensions of matlab function block
You dont have to define your output as Fx1 = zeros. As long ase somewhere in the output variables are calculated somewhere in th...

4 years ago | 0

Answered
dimensions of matlab function block
You should end the function with end. And then you can call upon the function in a matlab file which is located in the same fold...

4 years ago | 0

Question


How to assign a symbolic variable to a location inside a matrix?
I have simplified the problem a little bit. syms A x = [A,0;0,0] %this works y = zeros(2) y(1,1) = A %THIS DOESNT WORK...

4 years ago | 1 answer | 0

1

answer

Question


Matlab keeps asking for software activation even after succesfully activating. How to fix this?
I have version 2017b. This has been working fine until today. Suddenly it keeps asking for activation. When I complete this by s...

5 years ago | 0 answers | 0

0

answers