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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 2