photo

K.G


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
261,412
of 301,036

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
63.64%

收到投票数
0

排名
 of 21,151

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,467

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Equation solver nonlinear variables
Good day, I have a set of 30 non-linear first-order equations and want to solve for them. First I tried fsolve but I don't wan...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Negative output Fsolve Function
Hi all, can anyone help me understand why I am getting a negative output from this code and how can I modify the code so I do n...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Fsolve algorythm regenerating equations
Hi all, I am using Fsolve function to solve 11 unkown variables with 11 equations and I have a known values for initial_c, m, n...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Can I save my outputs in a way to use them as my inputs for the next run?
Hi suppose I have: [D C] = function(A,B) C = A*B; D = A+B; end A and B are my inputs,so after I run the funct...

8 years 前 | 1 个回答 | 0

1

个回答

提问


tiff file data types
Hi, I am trying to write a function that takes a tif file as imageIn, then converts the data type into uint8 and gives out ima...

8 years 前 | 1 个回答 | 0

1

个回答

提问


tiff format convert using imwrite
Hi all, I have two files in tiff format. One of them is just a black and white text,and the other one is a colorful image. the ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to convert back to tiff image
Hi all, I have written a code that converts an image to a three dimentional matrix and then fills the surrounding area with b...

8 years 前 | 1 个回答 | 0

1

个回答

提问


why does it give the error undefined function?
Hi all, I have written this code but when I run the code it gives the error "Undefined function or variable imageX" It ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


converting tiff to image
Hi all, I am trying to code a tiff format file into a matrix of 2 dimention using imread. then I want to convert back the matri...

8 years 前 | 1 个回答 | 0

1

个回答

提问


for loop or while loop?
Hi all, I have a matrix A = [2 3 7 13 24] and I want to form a loop: output = 0 for i=1:somehing! output = output+i also fo...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to have the length of the words in each line
Hello, I am trying to write a function that gives me a matrix which shows the number of characters for each word of a textfile. ...

8 years 前 | 1 个回答 | 0

1

个回答