photo

Yousef


Last seen: Today Active since 2023

Followers: 0   Following: 4

Message

I am a Student of PhD Civil Engineering. I am a Civil Engineer. I want to be useful for my society. I Like working together on similar projects.

Programming Languages:
Java, C#, PHP

Statistics

All
MATLAB Answers

1 Question
7 Answers

File Exchange

3 Files

RANK
3,110
of 300,756

REPUTATION
18

CONTRIBUTIONS
1 Question
7 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
5

RANK
20,435 of 21,077

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
3 Files

DOWNLOADS
6

ALL TIME DOWNLOADS
6

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Explorer
  • Promoter

View badges

Feeds

View by

Submitted


babakbahrambeigi.github.io
My web Page

5 hours ago | 0 downloads |

0.0 / 5

Submitted


PSO Algorithms Optimization
What PSO is Particle Swarm Optimization is a population-based, stochastic optimization method inspired by flocking/swarming beh...

5 hours ago | 0 downloads |

0.0 / 5
Thumbnail

Submitted


Happy New Year 2025
This entire scene — the cable-stayed bridge, the fireworks, the moonlit sky — was created using MATLAB. Because why send a regul...

1 day ago | 5 downloads |

0.0 / 5
Thumbnail

Answered
How to use private functions lib in Thingspeak
Hi @Christoph Unfortunately, ThingSpeak does not provide a built-in way to save and reuse functions across multiple visualiza...

1 year ago | 1

Question


Optimizing Read Operations for Sensor Data in MATLAB
Hello MATLAB Community, I’m working with an Arduino Uno connected to four hall-effect sensors and an IMU. My MATLAB script read...

2 years ago | 0 answers | 0

0

answers

Answered
How do I manage a storage buffer choke?
MATLAB-Side Parsing: In MATLAB, read the entire concatenated string and then parse the voltages from it. This way, you reduce th...

2 years ago | 0

Answered
How to obtain information from a ROI from an image generated with imagesc
HI @Alan Keenan To find the maximum pixel value within a Region of Interest (ROI) in MATLAB after using `drawrectangle` to de...

2 years ago | 1

Answered
Error when using Embedded Coder in Simulink: "Toolchain 'LCC-win64 v2.4.1 | gmake (64-bit Windows)' does not support SIMD 'SSE2' intrinsics on Windows"
The error you're experiencing in MATLAB Simulink when generating C code is due to the incompatibility of your current toolchain,...

2 years ago | 2

| accepted

Answered
How to prevent gauges and graphs to move when scrolling?
HI @Bar To prevent gauges from being dragged when scrolling on your mobile channel, you should first look at the CSS settings...

2 years ago | 0

Answered
How to subscribe to a channel using Jquery to read data in your channel
Here is how you can read a specific field from a JSON response in MATLAB using the JSONlab toolbox: Install JSONlab toolbox if ...

2 years ago | 0

Answered
Send Sms based from data on multiple channels
Yes, it is possible to send SMS notifications based on data from multiple channels and trigger conditions using MATLAB. To achie...

2 years ago | 1