photo

Jonas K


Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
194,339
of 300,592

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,752

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Camera Calibration Toolbox and now?
Now that I successfully calibrated my camera, how can I transfer these parameters to some pictures I took with those settings? ...

8 years ago | 1 answer | 0

1

answer

Question


How to get only foldername with uigetdir
Hello, I want to select a folder (would be subfolder2 in my example) and use its name as a string. The problem is that not onl...

8 years ago | 1 answer | 0

1

answer

Question


make matrix from arrays with for loop
Hello, I have the following problem: array_1 = [1 2 3]; array_2 = [4 5 6]; array_3 = [7 8 9]; array_i = [.....]; I ...

8 years ago | 1 answer | 0

1

answer

Question


for loop, write to text file, append, sprintf, fprintf
Hi, I want to make a for_loop that adds lines to a text file. first loop: direction_lights_1 = [1 2 3] second loop: direct...

8 years ago | 1 answer | 0

1

answer

Question


create and name .txt file with fopen
Hello, I have the following piece of code: num_lights = 3; light_direction = [1, 2, 3; 4, 5, 6; 7, 8, 9]; fi...

8 years ago | 1 answer | 0

1

answer

Answered
inputdlg string and convert variable to string
I combined both answers now. img = uigetfile('./psmImages/*.txt'); img = strrep(img,'.txt','') mask = tga_r...

8 years ago | 0

Question


inputdlg string and convert variable to string
Hello, I'm trying to achieve the following: I need an input dialog box to open and type in a string. For example rock. Th...

8 years ago | 3 answers | 0

3

answers