photo

K.G


Last seen: 대략 5년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
0 답변

순위
153,546
of 300,853

평판
0

참여
11 질문
0 답변

답변 채택
63.64%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변