Community Profile

photo

Darren Moore


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I optimize my code further?
clear all; close all; % N=input('N = '); seed=input('Random number seed = '); rng(seed) pos=rand(3,N); % ...

6 years ago | 1 answer | 0

1

answer

Question


Error using matlab.ui.control.UIControl/horzcat, can anyone explain why I am getting this error, this code was running fine before and now it has stopped working?
Error using matlab.ui.control.UIControl/horzcat Conversion to matlab.ui.control.UIControl from char is not poss...

6 years ago | 0 answers | 0

0

answers