Solved


Unit

6 years ago

Solved


Make a vector

6 years ago

Solved


Vector

6 years ago

Solved


find the answer

6 years ago

Solved


Sum

6 years ago

Solved


Volume of cone

6 years ago

Solved


kelvin to celsius problem

6 years ago

Solved


Surface area of a cone

6 years ago

Solved


Power

6 years ago

Solved


Unit

6 years ago

Solved


celsius to kelvin problem

6 years ago

Solved


Area of a Cylinder

6 years ago

Solved


Celsius to Fahrenheit

6 years ago

Solved


Fahrenheit to Celsius

6 years ago

Solved


vector problem 2

6 years ago

Solved


Vector problem 1

6 years ago

Solved


Unit

6 years ago

Solved


Relative points in 2D: problem 1
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A la...

6 years ago

Solved


what is the right angle

6 years ago

Solved


find

6 years ago

Answered
Create Incidence matrix from Graph theory?
ok >> G=digraph( [ 1 2 2 2 3 4] , [4 1 3 4 1 3]); >> I = full(incidence(G)) I = -1 1 0 0 1 0 ...

6 years ago | 1

| accepted

Answered
Create Incidence matrix from Graph theory?
>> G=digraph( [ 1 2 2 2 3 4] , [4 1 3 4 1 3]); >> full(G.adjacency) ans = 0 0 0 1 1 0 1 ...

6 years ago | 0

Answered
Change date format in vector
t1 = datetime("4/1/2019 12:45:00 AM",'InputFormat',"dd/MM/yyyy HH:mm:ss a"); t2 = datetime("15/6/19 18:10",'InputFormat',"dd/M...

6 years ago | 0

| accepted

Answered
For loop and if else statements with multiple conditions
clear;clc;close all [m, n] = deal(4, 8); matrix_data = rand(m, n); num = ['1st','2nd','3rd', sprintfc('%dth', 4:8)]; for i =...

6 years ago | 1

| accepted

Answered
How to get specific values from matrix in column 1, based on values in other columns?
clear;clc;close all load sub-01_T2_planktimes R = accumarray(sub01T2(:,2:3)+1,sub01T2(:,1),[], @(x){x}); R{2,2} ans = ...

6 years ago | 0

Answered
Histogram Only Plotting 1 Point
I think you can use bar, not histogram bar(error)

6 years ago | 0

Answered
Dialog UI and sprintf creating unnecessary new lines
The following is my code. It is can work normally. Can you give your code here? function mydialog(line1,line2,line3) if narg...

6 years ago | 0

Solved


What is the current time in Darwin, Australia?
Traders need to track exchange calendars and trading hours in detail, and account for time zone differences and daylight savings...

6 years ago

Solved


Function minimization - global minimum
Sequel of problem 45951 <https://www.mathworks.com/matlabcentral/cody/problems/45951> Can you do even better, within the r...

6 years ago

Solved


Function minimization - beat fminbnd!
Matlab's fminbnd function finds a minimizer of a function within an interval. If often gets stuck in local minima. Can you do...

6 years ago

Load more