Jonas Widmer
Followers: 0 Following: 0
Feeds
已回答
Matlab GPR -> equation for prediction
Found a solution myself. Here is the code if someone else needs it: clc load('my_GPR') RegObj = obj_TrainedSet1.Regres...
Matlab GPR -> equation for prediction
Found a solution myself. Here is the code if someone else needs it: clc load('my_GPR') RegObj = obj_TrainedSet1.Regres...
4 years 前 | 3
| 已接受
提问
Matlab GPR -> equation for prediction
Dear MathWorks-Team I have a question regarding a GPR model (classreg.learning.regr.CompactRegressionGP). I trained a model in ...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Speed up string Assembly
Ah, think I found the solution: ch_String = sprintf('%10.4f%10.4f%10.4f\r\n', [my_Matrix]')
Speed up string Assembly
Ah, think I found the solution: ch_String = sprintf('%10.4f%10.4f%10.4f\r\n', [my_Matrix]')
6 years 前 | 0
| 已接受
已回答
Speed up string Assembly
Cool! Thanks a lot for the quick answer. That's an awesome solution. Didn't know the sprinf command. My actual application is ho...
Speed up string Assembly
Cool! Thanks a lot for the quick answer. That's an awesome solution. Didn't know the sprinf command. My actual application is ho...
6 years 前 | 0
提问
Speed up string Assembly
Hi all, Question: I try to assamble strings with the following loop (ch_empty10 = ' ', and db_Value(i) = e.g. 4.15...
6 years 前 | 3 个回答 | 0
3
个回答提问
Trisurf in App Designer
Hi all, I try to plot a polygon mesh via trisurf() in app-designer into the axes object. However, I'm not sure if this is po...
6 years 前 | 2 个回答 | 2