Community Profile

photo

Renee Coetsee

Last seen: 10 giorni fa Attivo dal 2017

Statistiche

All
  • Knowledgeable Level 3
  • Famous
  • Puzzler
  • Quiz Master
  • Creator
  • 3 Month Streak
  • Introduction to MATLAB Master
  • First Answer
  • Solver

Visualizza badge

Content Feed

Visto da

Risposto
where do I find the files hart, pax, and wanc from Signal Processing Onramp ?
Hi Fabio, we do not have permission to distribute the exact files used in the course. We made some adjustments to the data for t...

6 mesi fa | 2

Risposto
MATLAB Fundamentals import data problems
There is a bug with this task, we are working on a permanent fix. As a temporary workaround to pass the tasks, do the following ...

6 mesi fa | 0

Risposto
MATLAB Fundamental course Task 1 Is gasprices correct? INCORRECT
There is a bug with this task, we are working on a permanent fix. As a temporary workaround to pass the tasks, do the following ...

6 mesi fa | 0

| accettato

Risposto
Even though i have given input as t for x in local extrema signal measurements it still shows error as x input is incorrect.
Thank you for reporting this issue. This is a known bug and we are actively working on fixing it in the course. In the meantim...

7 mesi fa | 1

Risposto
Test Results: Incorrect! 1.Does maxIndices exist? 2.Is findquakes defined correctly? 3.Is the x-axis data correct?
Thank you for reporting this issue. This is a known bug and we are actively working on fixing it in the course. In the meantim...

7 mesi fa | 0

| accettato

Risposto
Signal Processing onramp - Signal measurements. Answer incorrect even though the code is correct according to the solution.
Thank you for reporting this issue. This is a known bug and we are actively working on fixing it in the course. In the meantim...

7 mesi fa | 1

| accettato

Risposto
issue with signal processing onramp course code submission
Thank you for reporting this issue. This is a known bug and we are actively working on fixing it in the course. In the meantim...

7 mesi fa | 2

| accettato

Risposto
i have faced an issue while completing signal processing onramp course on matlab?
Thank you for reporting this issue. This is a known bug and we are actively working on fixing it in the course. In the meantim...

7 mesi fa | 3

| accettato

Problema


Taylor Series
You can use a Taylor series to approximate common functions. The Taylor series for sin(x) is Using only the first several te...

oltre un anno fa | 1 | 113 risolutori

Problema


A Binary Search
One way to locate a target value in a sorted array, is to use a binary search algorithm. Here, you test if the midpoint in the a...

oltre un anno fa | 5 | 68 risolutori

Risolto


Reproduce this plot!
Write a function that will take a dataset (x,y), a best fit model (model), and the upper and lower prediction bounds (lb,ub) for...

oltre un anno fa

Problema


Jack O'Lantern
If visualized correctly, the data contained in the matrix A will look like a jack-o'-lantern. Create a function that will visu...

oltre un anno fa | 3 | 75 risolutori

Problema


Reproduce this plot!
Write a function that will take a dataset (x,y), a best fit model (model), and the upper and lower prediction bounds (lb,ub) for...

oltre un anno fa | 2 | 99 risolutori

Problema


Power Outages Histogram
Create a function that takes power outage data as an input and creates a histogram of the number of outages as a function of Reg...

oltre un anno fa | 2 | 83 risolutori

Problema


3D Plots and Colorbars
Use the matrices X, Y, and Z provided in the function template to create a surface plot. Add a colorbar to the surface plot and ...

oltre un anno fa | 3 | 101 risolutori

Problema


Adding Inset Plots
You can use the axes function to define the position of an empty x/y axis. The position is measured relative the the bottom left...

oltre un anno fa | 1 | 71 risolutori

Problema


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

oltre un anno fa | 6 | 176 risolutori

Problema


Determine if x is a combination of m and n
Given positive integers x, m, and n, determine if x can be written as x = am + bn for any (non-negative) integers a and b. Your ...

oltre un anno fa | 8 | 170 risolutori

Problema


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

oltre un anno fa | 4 | 290 risolutori

Problema


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

oltre un anno fa | 8 | 392 risolutori

Risposto
How to overcome the Signal processing onramp Course (44%Progrees)_Communicating issue with MATLAB compute resource
The Online Training team is aware of this issue and we're working on permanent fix. For now, you can pass Task 2 by using this a...

oltre un anno fa | 0

Risposto
online training i'm facing problem in completing the course (MATLAB Fundamentals) because of an error as the following picture:. how to fix it?
We have seen sporadic reports of this error and are investigating. In the meantime, for most people, if you click "Okay" on the ...

quasi 2 anni fa | 0

Risposto
Error training neural network with datastore
This issue is because sequence padding is not supported with datastores. You can find a solution here: https://www.mathworks.c...

quasi 2 anni fa | 2

Risposto
MATLAB Fundamentals course problem creating a local function
There is an issue with this task. You can resolve the issue by adding clear in the very first line of the script. More informat...

circa 2 anni fa | 2

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

circa 4 anni fa

Risolto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

circa 4 anni fa

Risolto


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

circa 4 anni fa

Risolto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the rolls is likely to be close to the expected value of a sin...

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

quasi 5 anni fa

Carica altro