photo

Solarmew


University of Florida

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

10 질문
0 답변

Cody

0 문제
5 답안

순위
198,682
of 300,369

평판
0

참여
10 질문
0 답변

답변 채택
70.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
56,314
of 168,436

참여
0 문제
5 답안

점수
60

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


How do I launch MatLab on Windows using X11?
I'm trying to open matlab on the HPC using Putty and X11 forwarding (with Xming), but getting this error: <</matlabcentral/...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Double summation and surface plot?
Could someone please show me the right way to do what I'm trying to do? Below is the description. I have a function f that ta...

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

1

답변

질문


How can I calculate a double sum?
something like this function test syms u(x,t,r) u(x,t,r) = x + t + r ; tl = 0:2:4; rl = 1:2:5; ur = sum(...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to make a dictionary of arrays?
I can't seem to figure out how containers.Map works... It's doing ok with characters and numbers, but flips out when I try to fe...

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

1

답변

질문


For loop and adding elements to an array. How to?
I have some function y(x). I would like to generate a list of y values for x between -10^-3 and 10^-3 in 10^-4 intervals and plo...

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

1

답변

질문


How to make function assign variables that will stick around after the function is done running?
For example: function test(x) car.color = x; end if i first input global car I want car.color ...

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

1

답변

질문


How to use memoization in MatLab?
if I have some function substantially more complicated than function out = y(x) out = 2*x; end but let's just go w...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Integrating a multivariate function
I have a horrendous function that I need to integrate. I think I typed it into MatLab right, but here's the Mathematica version ...

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

1

답변

질문


Unassigned variables and accessing them from outside the function
I have this code: function [zr,w,R,q,mat] = test(z) lambda = 1; w0 = 1; zr = (pi*w0^2)/lambda; w = w0*sq...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I make MatLab output unassigned variables?
I'm used to Mathematica, so I'm not sure how and if the same works with MatLab. Is there a way to input something like: x = 3...

10년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


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 ...

10년 초과 전

문제를 풀었습니다


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...

10년 초과 전

문제를 풀었습니다


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:...

10년 초과 전