photo

Hassan


KTH

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

7 Questions
1 Answer

Cody

0 Problems
4 Solutions

RANK
17,624
of 300,759

REPUTATION
2

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
1

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
63,441
of 170,900

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Why is the Simulink model ignored in the co-simulation with MSC Adams?
Hi Maybe this is not the right place to ask this question but I willl give it a try. I am working on a project where I want ...

11 years ago | 0 answers | 0

0

answers

Question


Why is the piston moving in the wrong direction?
Hi I've just started to work in simulink and this might be very easy to answer for someone with a little more experience than...

11 years ago | 0 answers | 0

0

answers

Question


How to invert a 72x72 symbolic matrix?
Hi, Let's say I have a matrix A which have the size 72x72 and contatins only symbolic expressions. I want to solve the prob...

12 years ago | 1 answer | 0

1

answer

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

12 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

12 years ago

Solved


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

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Question


Why is numden not working when there is an exponential as denominator?
Hey, I am trying to separate the nominator and denominator with the matlab function numden(). This is the code syms x y ...

12 years ago | 0 answers | 0

0

answers

Question


Local extreme values for a differential equation, using solve?
Hi, I am trying to calculate the local extreme values for a differential equation using the function solve. The problem is th...

12 years ago | 1 answer | 0

1

answer

Answered
How to find a specific string in a text file and delete that row?
That helped alot. Thank you so much for your help, I really appriciate it. Regards

12 years ago | 1

Question


How to find a specific string in a text file and delete that row?
Hi I have text file that includes a register with personnumbers and names of peoples. I want to be able to edit that textfile...

12 years ago | 2 answers | 0

2

answers

Question


How do I include a whileloop in the Ode45?
Hey! I´m trying to solve a set of equation that describes the motion of a body in a ballistic trajectory. I'm interested of k...

13 years ago | 1 answer | 0

1

answer