Executing startup failed in matlabrc
显示 更早的评论
I think i broke my matlab. A few days ago I seamingly deleted matlabs appdata. (I know stupid).
So i Installed a new version(2021b) becasued i had 2021a. Since then my matlab doesnt work the way it did.
I tried to run this simple code
close all;
clear all;
R = 1;
L = 10e-6;
C = 11e-6;
t_fun = tf([1 0],[L*C*R, L, R]);
bode(t_fun);
title("Übertragungsfunktion");
wich works in matlab online but not on my PC giving me this error
Check for incorrect argument data type or missing argument in call to function 'tf'.
So I am guessing the error comes from this error that I get from starting matlab.
Warning: Executing startup failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function 'pm_addunit' for input arguments of type 'char'.
I dont really know what to do here. I deinstalled Matlab2021b and reinstalled it twice already the error wont change. I tried running other simple code on matlab i used to have that works. But i dont really want to be suprised when I use matlab and dont know if the error comes from my faulty code or my broken programm.
1 个评论
Matt J
2021-11-3
Do you have a startup.m file? If so, what's in it?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!