Community Profile

photo

Robert Borkowski


Last seen: 대략 2개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Leader
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Dynamic import with evalin not possible
Hi, My previous question (link) led me to a conclusion that the only way to allow calling of static methods from within the sam...

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

1

답변

질문


How to make calls to static methods independent of packaging structure (name)?
Hello, I have the following class: classdef TestStaticMethodPackage methods (Static) function hello ...

1년 초과 전 | 답변 수: 2 | 1

2

답변

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

1년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

1년 초과 전

문제를 풀었습니다


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

1년 초과 전

문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

1년 초과 전

문제를 풀었습니다


SatCom #5: Determine Elliptical Orbit Parameters
*Satellite and Space Engineering - Problem #5* _This is part of a series of problems looking at topics in satellite and space...

1년 초과 전

문제를 풀었습니다


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

1년 초과 전

문제를 풀었습니다


SatCom #7: Thermal Noise in a Receiver

1년 초과 전

문제를 풀었습니다


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end),...

1년 초과 전

문제를 풀었습니다


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

질문


Variable step-size LMS in comm.LinearEqualizer (varlms replacement)
Hi, In https://www.mathworks.com/help/comm/release-notes.html?searchHighlight=varlms&s_tid=srchtitle_varlms_2 I found that varl...

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

1

답변

질문


Create a function handle to a local function from outside of the function
Hi, Is there any way to create a handle to a local function from a function outside of the current m-file? Specifically, this ...

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

1

답변

질문


How to create a box-and-whiskers plot by directly specifying median and IQR (without underlying data available)?
I'm struggling to create a box-and-whisker plot by directly specifying box and whiskers height/position. Matlab seems to require...

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

1

답변