photo

Eduardo Gallegos


Last seen: 約3年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
276,454
of 300,840

評判
0

コントリビューション
12 質問
0 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Can someone please check my code?
Here are the instructions : The purpose of this assignment is to demonstrate these MATLAB skills: a. Code a function b. Code a...

約3年 前 | 1 件の回答 | 0

1

回答

質問


What is wrong with my code?
Hi everyone I don't know how to fix this code. I don't what's wrong Function below this sentence. function [y] = fcn1(x) t...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How do I correctly code with polyfit?
Hello everyone, I've been working on this problem for the last hour and I can't find a way to use polyfit and polyval like how t...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Why is my code not working?
How can I get it to display the message if the x meets the requirements? Code input('Enter a test grade between 0 and 100: ') ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Can someone check my code, I am unsure if it is correct.
I'm getting a parabola for the normal distribution and no plot for the derivative. Assignment Download this file which compu...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Is my code for this assignment correct?
Hi everyone, I'm unsure if this the correct way to do what the assignment is asking. ASSIGNMENT Make a cell array called Sout...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Is my coding assignment correct?
Hi all, I've been working on this assignment for a few hours & searching for the right way to code this but I'm still unsure if ...

約3年 前 | 0 件の回答 | 0

0

回答

質問


How can I make my function plot lines to make a rectangle?
Hi, I can't figure out how to make my function plot lines. Here is my code. clear all, format compact, format shortg; close a...

約3年 前 | 1 件の回答 | 0

1

回答

質問


How do I stop random numbers from popping up when I run my code?
Player(1).Name = 'Ivan Barrocio'; Player(1).Position = 'Point Guard'; Player(1).Height = '72'; Player(1).shirt = '22'; Playe...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Why can't I put unassigned variables in a 2 x 1 matrix?
I want to solve a linear algebra problem. coefficients = [2 -1; 3 2] constants = [4; 13] variables = [x; y] Error code --...

約3年 前 | 3 件の回答 | 0

3

回答

質問


What is the difference between a^3 and a.^3 if a is a matrix?
C = magic(3) D = C.^3; D_max = max(D(:)); E = C^3

約3年 前 | 1 件の回答 | 0

1

回答

質問


How can I fix this?
clear all; close all; clc; format compact x1 = 2 sqrt = sqrt(x1) x2 = sqrt^2 y1 = 3 st = sqrt(y1) y2 = st1^2 Index exce...

約3年 前 | 1 件の回答 | 0

1

回答