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