답변 있음
Error message: Too many input arguments
Maybe the round function was not compatible with symbolic variables on previous version. Try this approach: Convert matr to f...

대략 2년 전 | 1

| 수락됨

답변 있음
Error message: Too many input arguments
Hi Quy! What version of MATLAB are you using? Your code works in MATLAB 2021b syms A1 B1 A2 B2 A3 B3 A4 B4 eq1 = A1*log(4)+...

대략 2년 전 | 1

답변 있음
Why does it return 0 value? (Plotting fourier series)
Hello Tu, Check the definition of F_0, it's empty clc clear all close all L = 1; syms x n = [-4:4]; rectn = rectangula...

2년 초과 전 | 0

답변 있음
How can I Plot Curves all starting at a specific Point (0;900).?
Hi Andy, if I have understood correctly this should work % MATLAB Answers: How can I Plot Curves all starting at a specific P...

2년 초과 전 | 0

| 수락됨

답변 있음
How to remove the number 0 between index1 & index2 ?
Hi Seungkuk, There you have it. The tricky thing here is that you have to create a vector of the same length as your input, who...

2년 초과 전 | 0

| 수락됨

답변 있음
plot is showing blank
Hello Kundan, Some comments: H1, I could not find the value in the paper. See Ref 22. and verify the value. R_T is the para...

2년 초과 전 | 0

| 수락됨

답변 있음
plot is showing blank
Hello again Kundan, I have to go and couldn't find the exact error. Some comments: Check the value of the constants and unit...

2년 초과 전 | 0

답변 있음
Insert Mathlab figure in Latex
Hello Telema, It appears that the Latex compiler you are using could not find the file. Usually empty spaces give errors. Try r...

2년 초과 전 | 0

| 수락됨

답변 있음
Save app designer UITree to .mat file?
Hello Rod, maybe this small app can help you. This code creates an GUI that contains initially a UITree component with different...

2년 초과 전 | 0

답변 있음
What do I have to fix the plot to make it work?
As @Sulaymon Eshkabilov has said, the formulation has some kind of typo. Check the definition of mu first, e.g., is the last ter...

2년 초과 전 | 1

답변 있음
How can I define a foor loop in which there is a bootci function?
I have not checked all the code, but that error is because you are not declaring the inputs well. Use { } inside bottci function...

2년 초과 전 | 0

| 수락됨

문제를 풀었습니다


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

거의 3년 전

질문


Find matches without repetition from two cell arrays + extra condition
Hello, In order to reduce the size of a matrix I need to find all the elements of the periodic table (patterns - cell 1) of all...

5년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 6년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

대략 6년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 6년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 6년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 6년 전