photo

Jonas K


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
1 个回答

排名
192,505
of 300,756

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0

提问


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 前 | 3 个回答 | 0

3

个回答