Community Profile

photo

Jonas Widmer


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Answered
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 ago | 3

| accepted

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

Question


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 ago | 3 answers | 0

3

answers

Answered
Trisurf in App Designer
No answer to this? Would appreciate every help! Best, J

6 years ago | 0

Question


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 ago | 2 answers | 2

2

answers