photo

Andrew Frane


Last seen: 3일 전 2024년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
What is the best kind of MATLAB function to teach beginners?
You say your course hasn't yet covered vectors. But in your example, you use [-10, 10], which is a vector. And in your explanati...

대략 1개월 전 | 1

답변 있음
Function 'contains' did not work
Converting the numeric values to characters appears to be an unnecessary complication here. If you want to find a series of val...

대략 1개월 전 | 1

답변 있음
Calculate similarity between data columns in the data matrix
First, a vocabulary note: "Similarity" and "correlation" don't mean quite the same thing. You can use the corrcoef function to g...

2개월 전 | 0

| 수락됨

답변 있음
MATLAB will not open in MacOS Sequoia15.1
Yes, it is a problem caused by the Sequoia Mac OS update. There are 3 known options for solving the problem: Upgrade to a 2024 ...

3개월 전 | 1

답변 있음
Adding Error Bars to a grouped Bar Plot
To make error bars without a connecting line, just set the 'LineStyle' to 'none', using a name-value pair in the errorbar comman...

3개월 전 | 0

답변 있음
Cannot open Matlab 2023a after updating to MacOS 15.1
Here's what worked for me to open Matlab 2023a after updating to Sequoia 15.1: Locate the Matlab app in the Applications folder...

3개월 전 | 4